Skip to content

Commit

Permalink
size
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Oct 3, 2024
1 parent d563699 commit 03b502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(default)/(home)/HomeHeroRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function HomeHeroRow() {
<Image
src={OPOSCompressedCoil}
alt="Background"
className="h-48 w-48 sm:h-64 sm:w-64 md:h-96 md:w-96 lg:h-[512px] lg:w-[512px]"
className="h-56 w-56 sm:h-64 sm:w-64 md:h-96 md:w-96 lg:h-[512px] lg:w-[512px]"
unoptimized
width={256}
height={256}
Expand Down

0 comments on commit 03b502c

Please sign in to comment.