Skip to content

Commit

Permalink
Replaced jpg image for avif format
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Sep 16, 2024
1 parent 10fb8b4 commit d014a43
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file removed client/public/images/explore/overview-widget-bg.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const OverviewSection: FC = () => {
lobortis ultrices mattis amet gravida augue dapibus. See methodology
</p>
</Card>
<Card className="bg-lightgray bg-[url('/images/explore/overview-widget-bg.jpg')] bg-cover bg-center bg-no-repeat" />
<Card className="bg-lightgray bg-[url('/images/explore/overview-widget-bg.avif')] bg-cover bg-center bg-no-repeat" />
</div>
<div className="grid grid-cols-2 gap-0.5">
<Card>map widget</Card>
Expand Down

0 comments on commit d014a43

Please sign in to comment.