Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
  • Loading branch information
Sembauke and ojeytonwilliams authored Nov 20, 2023
1 parent 8762cee commit 280c3cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 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,6 @@ import {
faBars,
faChevronDown,
faFileLines,
// faNewspaper,
faTags,
faUser,
faUsers,
Expand Down Expand Up @@ -103,7 +102,6 @@ const NavMenuContent = ({ user, onClose, ...rest }) => {
<NavMenuLink text="Posts" icon={faFileLines} link="/posts" />
{isEditor(user) && (
<>
{/* <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 280c3cf

Please sign in to comment.