@@ -45,15 +45,19 @@ import Docs from "../../assets/icons/docs.svg?react";
45
45
import Folder from "../../assets/icons/folder.svg?react" ;
46
46
import StatusPages from "../../assets/icons/status-pages.svg?react" ;
47
47
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" ;
49
49
50
50
import "./index.css" ;
51
51
52
52
const menu = [
53
53
{ name : "Uptime" , path : "uptime" , icon : < Monitors /> } ,
54
54
{ name : "Pagespeed" , path : "pagespeed" , icon : < PageSpeed /> } ,
55
55
{ 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
+ } ,
57
61
{ name : "Incidents" , path : "incidents" , icon : < Incidents /> } ,
58
62
59
63
{ name : "Status pages" , path : "status" , icon : < StatusPages /> } ,
0 commit comments