Skip to content

Commit

Permalink
redundant space was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jul 2, 2024
1 parent b18550d commit b043259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MapMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function MapMenu(props: MapMenuProps) {
'buildings': !props.visibility.locations.buildings
}})
}>
<img width={15} alt="item" src={ props.visibility.locations.buildings ? checked : unchecked } /> &nbsp; Buildings
<img width={15} alt="item" src={ props.visibility.locations.buildings ? checked : unchecked } /> &nbsp;Buildings
</a>
</li>
<li>
Expand Down

0 comments on commit b043259

Please sign in to comment.