Skip to content

Commit

Permalink
.dropdown was removed from art.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Jun 12, 2024
1 parent 212966b commit 0bc7db2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/MapMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,13 @@ export default function MapMenu(props: MapMenuProps) {
Knight's Pantry
</a>
</li>
<li className="dropdown-item">
<li>
<a
className={props.visibility.art ? 'dropdown-item active' : 'dropdown-item'}
id="art"
href='#art'
onClick={() => props.setVisibility({ ...props.visibility, 'art': !props.visibility['art'] })}
>
Art
>Art
</a>
</li>
<li>
Expand Down

0 comments on commit 0bc7db2

Please sign in to comment.