Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore: update map footer
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Oct 7, 2024
1 parent 10fffce commit ba277d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/assets/images/homepage/mapbase-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/homepage/mapbase-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Home/Statistic/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const Statistic = () => {
width={800}
height={800}
source={{
light: '/assets/images/homepage/mapbase-light.webp',
dark: '/assets/images/homepage/mapbase-dark.webp',
light: '/assets/images/homepage/mapbase-light.png',
dark: '/assets/images/homepage/mapbase-dark.png',
}}
/>
</div>
Expand Down

0 comments on commit ba277d0

Please sign in to comment.