From 054bbe37e6b507825e63c0760b45fde25d1aa0c9 Mon Sep 17 00:00:00 2001 From: Ian Jones Date: Tue, 11 Jun 2024 11:12:58 +0100 Subject: [PATCH] feat: Update icons --- editor.planx.uk/src/pages/FlowEditor/components/TeamMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor.planx.uk/src/pages/FlowEditor/components/TeamMenu.tsx b/editor.planx.uk/src/pages/FlowEditor/components/TeamMenu.tsx index 21bc922923..d274538456 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/TeamMenu.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/TeamMenu.tsx @@ -1,6 +1,6 @@ +import FormatListBulletedIcon from "@mui/icons-material/FormatListBulleted"; import GroupIcon from "@mui/icons-material/Group"; import PaletteIcon from "@mui/icons-material/Palette"; -import ViewListIcon from "@mui/icons-material/ViewList"; import Box from "@mui/material/Box"; import IconButton from "@mui/material/IconButton"; import { styled } from "@mui/material/styles"; @@ -72,7 +72,7 @@ function TeamMenu() { const routes = [ { title: "Services", - Icon: ViewListIcon, + Icon: FormatListBulletedIcon, route: "/", }, {