diff --git a/src/App.tsx b/src/App.tsx index 2f87ceb..679145b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -444,7 +444,7 @@ function App() { type: 'symbol', layout: { ...defaultLayoutProps, - "icon-image": 'well-being', + "icon-image": 'wellbeing', visibility: visibility.outdoors.wellBeing! ? 'visible': 'none' }, }; diff --git a/src/components/MapMenu.tsx b/src/components/MapMenu.tsx index c10b05a..d32ac8c 100644 --- a/src/components/MapMenu.tsx +++ b/src/components/MapMenu.tsx @@ -98,9 +98,9 @@ export default function MapMenu(props: MapMenuProps) {