diff --git a/frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx b/frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx
index 9529737..b1312b3 100644
--- a/frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx
+++ b/frontend/src/shared-minimal/components/mobile/BottomNavigation.tsx
@@ -7,7 +7,7 @@ import React from 'react';
import { Box, IconButton, Typography, useTheme, SpeedDial, SpeedDialAction, Backdrop, SpeedDialIcon } from '@mui/material';
import HomeRoundedIcon from '@mui/icons-material/HomeRounded';
import DirectionsCarRoundedIcon from '@mui/icons-material/DirectionsCarRounded';
-import LocalGasStationRoundedIcon from '@mui/icons-material/LocalGasStationRounded';
+import PlaceRoundedIcon from '@mui/icons-material/PlaceRounded';
import MenuRoundedIcon from '@mui/icons-material/MenuRounded';
import AddIcon from '@mui/icons-material/Add';
import CloseIcon from '@mui/icons-material/Close';
@@ -33,7 +33,7 @@ const leftNavItems: NavItem[] = [
];
const rightNavItems: NavItem[] = [
- { screen: 'Stations', label: 'Stations', icon: },
+ { screen: 'Stations', label: 'Stations', icon: },
];
export const BottomNavigation: React.FC = ({