Skip to content

Commit

Permalink
Issue #PS-0000 fix: Updated menubar
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Nov 21, 2024
1 parent 5e7a0d9 commit 098d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const menuItems = [
...(userRole === Role.CCTA
? [{ text: "Up for Review", key: "up-review", icon: <PreviewOutlinedIcon /> }]
: []),
{ text: "Publish", key: "publish", icon: <OutlinedFlagOutlinedIcon /> },
{ text: "Published", key: "publish", icon: <OutlinedFlagOutlinedIcon /> },
{ text: "All My Contents", key: "allContents", icon: <AppsOutlinedIcon /> },
];

Expand Down

0 comments on commit 098d166

Please sign in to comment.