Skip to content

Commit

Permalink
feat: Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Jun 11, 2024
1 parent 3a12aec commit 054bbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor.planx.uk/src/pages/FlowEditor/components/TeamMenu.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -72,7 +72,7 @@ function TeamMenu() {
const routes = [
{
title: "Services",
Icon: ViewListIcon,
Icon: FormatListBulletedIcon,
route: "/",
},
{
Expand Down

0 comments on commit 054bbe3

Please sign in to comment.