Skip to content

Commit

Permalink
chore: update image size
Browse files Browse the repository at this point in the history
  • Loading branch information
clostao committed Jan 2, 2025
1 parent e3a8395 commit e2e7371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/views/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const Home = () => {
className='w-full rounded-3xl border-2 border-gray-200'
src='/preview.png'
alt='Home Hero'
width={500}
height={500}
width={420}
height={272}
/>
</div>
</div>
Expand Down

0 comments on commit e2e7371

Please sign in to comment.