Skip to content

Commit

Permalink
Updated 'Health' text to 'Redirects' | updated icon from 'MonitorHear… (
Browse files Browse the repository at this point in the history
#3117)

…tRoundedIcon' to 'ShuffleRoundedIcon'
  • Loading branch information
geodem127 authored Jan 6, 2025
1 parent 16671d3 commit 77fff8c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/shell/components/InviteMembersModal/RoleAccessInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import EditRoundedIcon from "@mui/icons-material/EditRounded";
import { Database } from "@zesty-io/material";
import CodeRoundedIcon from "@mui/icons-material/CodeRounded";
import ImageRoundedIcon from "@mui/icons-material/ImageRounded";
import BarChartRoundedIcon from "@mui/icons-material/BarChartRounded";
import RecentActorsRoundedIcon from "@mui/icons-material/RecentActorsRounded";
import HistoryRoundedIcon from "@mui/icons-material/HistoryRounded";
import MonitorHeartRoundedIcon from "@mui/icons-material/MonitorHeartRounded";
import SettingsRoundedIcon from "@mui/icons-material/SettingsRounded";
import ShuffleRoundedIcon from "@mui/icons-material/ShuffleRounded";

const roleAccess = [
[
Expand All @@ -17,7 +16,7 @@ const roleAccess = [
"media",
"leads",
"activity log",
"health",
"redirects",
"settings",
],
[
Expand All @@ -27,11 +26,11 @@ const roleAccess = [
"media",
"leads",
"activity log",
"health",
"redirects",
"settings",
],
["content", "schema", "code", "media", "leads", "health", "settings"],
["content", "media", "leads", "health"],
["content", "schema", "code", "media", "leads", "redirects", "settings"],
["content", "media", "leads", "redirects"],
["content", "media", "leads"],
["content"],
];
Expand All @@ -48,7 +47,7 @@ const accessIcon = {
media: <ImageRoundedIcon color="action" sx={iconStyles} />,
leads: <RecentActorsRoundedIcon color="action" sx={iconStyles} />,
"activity log": <HistoryRoundedIcon color="action" sx={iconStyles} />,
health: <MonitorHeartRoundedIcon color="action" sx={iconStyles} />,
redirects: <ShuffleRoundedIcon color="action" sx={iconStyles} />,
settings: <SettingsRoundedIcon color="action" sx={iconStyles} />,
};

Expand Down

0 comments on commit 77fff8c

Please sign in to comment.