forked from administration/panel
fix: fix size of images on landing page
parent
386f124fe9
commit
20579c9ebb
|
@ -23,7 +23,7 @@ export function LoginButton() {
|
|||
</Button>
|
||||
<img
|
||||
src={`https://api.gifbox.me/file/posts/aYON6GqiqpwSpiZmAbJoOtw8tM2uYsEU.webp`}
|
||||
height={320}
|
||||
className="h-[320px]"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
@ -43,7 +43,7 @@ export function LoginButton() {
|
|||
</Button>
|
||||
<img
|
||||
src={`https://api.gifbox.me/file/posts/w7iUJfiyKA_zGkHN7Rr625WpaTHYgm4v.webp`}
|
||||
height={320}
|
||||
className="h-[320px]"
|
||||
/>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue