Skip to content

Commit

Permalink
fix: 🚀 optimize projects images
Browse files Browse the repository at this point in the history
  • Loading branch information
susomejias committed Jan 28, 2021
1 parent 48640ab commit d8d1468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cards/Rounded/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const RoundedCard = (props: CardRounded) => {
src={imageUrl}
layout="fill"
objectFit="cover"
quality={80}
quality={55}
aria-label={`${title} image`}
title={title} />
</BackgroundContainer>
Expand Down

0 comments on commit d8d1468

Please sign in to comment.