Skip to content

Commit

Permalink
change the legend pattern scale
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudLun committed Dec 11, 2023
1 parent 16cc565 commit 498cd80
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Map/Legend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Legend = () => {
<div className=' flex flex-col gap-[5px]'>
<div className='flex items-center gap-[5px]'>
<Image
src="/patterns/blue.svg"
src="/patterns/blue-legend.svg"
width={16}
height={16}
alt="No Support, Democrat"
Expand All @@ -69,7 +69,7 @@ const Legend = () => {
</div>
<div className='flex items-center gap-[5px]'>
<Image
src="/patterns/red.svg"
src="/patterns/red-legend.svg"
width={16}
height={16}
alt="No Support, Republican"
Expand Down
37 changes: 37 additions & 0 deletions public/patterns/blue-legend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions public/patterns/red-legend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 498cd80

Please sign in to comment.