Skip to content

Commit

Permalink
chore: hide pages in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke committed Nov 17, 2023
1 parent bb261cd commit 8762cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/components/nav-menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
faBars,
faChevronDown,
faFileLines,
faNewspaper,
// faNewspaper,
faTags,
faUser,
faUsers,
Expand Down Expand Up @@ -103,7 +103,7 @@ const NavMenuContent = ({ user, onClose, ...rest }) => {
<NavMenuLink text="Posts" icon={faFileLines} link="/posts" />
{isEditor(user) && (
<>
<NavMenuLink text="Pages" icon={faNewspaper} link="/pages" />
{/* <NavMenuLink text="Pages" icon={faNewspaper} link="/pages" /> */}
<NavMenuLink text="Tags" icon={faTags} link="/tags" />
<NavMenuLink text="Staff" icon={faUsers} link="/users" />
</>
Expand Down

0 comments on commit 8762cee

Please sign in to comment.