diff --git a/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx b/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx
index d37f522b..7fb30610 100644
--- a/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx
+++ b/frontend/src/app/pages/DashboardSelection/DashboardSelection.tsx
@@ -11,7 +11,7 @@ import MenuItem from '@mui/material/MenuItem';
import ListItemIcon from '@mui/material/ListItemIcon';
import ListItemText from '@mui/material/ListItemText';
import AddIcon from '@mui/icons-material/Add';
-import DashboardIcon from '@mui/icons-material/Dashboard';
+import DashboardIcon from '@mui/icons-material/GridViewOutlined';
import DeleteOutlineIcon from '@mui/icons-material/DeleteOutline';
import { Skeleton } from '@/app/components/feedback/Loading';
import ContentCopyIcon from '@mui/icons-material/ContentCopy';
@@ -277,7 +277,7 @@ const DashboardSelection: React.FC = () => {
/>
) : (
)}