Skip to content

Commit ee16ed7

Browse files
committed
update DU sidebar icon
1 parent 9c4e3ab commit ee16ed7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Client/src/Components/Sidebar/index.jsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,19 @@ import Docs from "../../assets/icons/docs.svg?react";
4545
import Folder from "../../assets/icons/folder.svg?react";
4646
import StatusPages from "../../assets/icons/status-pages.svg?react";
4747
import ChatBubbleOutlineRoundedIcon from "@mui/icons-material/ChatBubbleOutlineRounded";
48-
import Groups from "../../assets/icons/groups.svg?react";
48+
import DistributedUptimeIcon from "../../assets/icons/distributed-uptime.svg?react";
4949

5050
import "./index.css";
5151

5252
const menu = [
5353
{ name: "Uptime", path: "uptime", icon: <Monitors /> },
5454
{ name: "Pagespeed", path: "pagespeed", icon: <PageSpeed /> },
5555
{ name: "Infrastructure", path: "infrastructure", icon: <Integrations /> },
56-
{ name: "Distributed Uptime", path: "distributed-uptime", icon: <Groups /> },
56+
{
57+
name: "Distributed Uptime",
58+
path: "distributed-uptime",
59+
icon: <DistributedUptimeIcon />,
60+
},
5761
{ name: "Incidents", path: "incidents", icon: <Incidents /> },
5862

5963
{ name: "Status pages", path: "status", icon: <StatusPages /> },
Loading

Client/src/assets/icons/groups.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)