Skip to content

Commit

Permalink
fix: set width and height of images to 768 to match generations
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jul 26, 2024
1 parent cb39980 commit 2613004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/components/game/image-choice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ const ImageChoiceOption = ({
src={image.src}
alt={image.alt}
onLoad={onLoad}
width={1024}
height={1024}
width={768}
height={768}
loading="eager"
/>
<FiCheck
Expand Down

0 comments on commit 2613004

Please sign in to comment.