Skip to content

Commit

Permalink
removed errors from nav
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlux58 committed Jan 13, 2024
1 parent 6204304 commit ae430ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/client-app/src/app/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Navbar = () => {
Reactivites
</Menu.Item>
<Menu.Item name="Activities" as={NavLink} to="/activities" />
<Menu.Item name="Errors" as={NavLink} to="/errors" />
{/* <Menu.Item name="Errors" as={NavLink} to="/errors" /> */}
<Menu.Item>
<Button
positive
Expand Down

0 comments on commit ae430ee

Please sign in to comment.