Skip to content

Commit

Permalink
revert banner priority
Browse files Browse the repository at this point in the history
  • Loading branch information
luistorres committed Apr 11, 2024
1 parent a54ee11 commit a4ec1fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-app/app/_ui/projects/banner-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ export const BannerImage = ({
width={363}
height={210}
sizes="33vw"
priority
className="hidden rounded-xl md:block"
/>
<Image
src={backgroundMobileHref}
alt="Project banner"
sizes="90vw"
priority
width={278}
height={161}
className="rounded-xl md:hidden"
Expand Down

0 comments on commit a4ec1fd

Please sign in to comment.