Skip to content

Commit

Permalink
Crop the front page image for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Oct 6, 2023
1 parent 2b81346 commit 72422ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/screens/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Home: NextPage<Props> = ({
<Grid>
<Grid.Col sm={8}>
<Image
src="/images/coh3-background.webp"
src="/images/coh3-background-cropped.webp"
alt={"coh3-background"}
radius="md"
height={"19rem"}
Expand Down
Binary file added public/images/coh3-background-cropped.webp
Binary file not shown.

0 comments on commit 72422ca

Please sign in to comment.