1
0
Fork 0

fix: fix size of images on landing page

lea-dev
Lea 2023-10-03 14:09:47 +02:00 committed by insert
parent 386f124fe9
commit 20579c9ebb
1 changed files with 2 additions and 2 deletions

View File

@ -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]"
/>
</>
);