Skip to content

Commit

Permalink
Hide areas page from regular users #68
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haarhoff committed Sep 5, 2024
1 parent aec7805 commit a77e2b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/templates/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const navBar = (user: User) => html`
/></a>
<a href="/members">Members</a>
<a href="/equipment">Equipment</a>
<a href="/areas">Areas</a>
<a href="/log-out">Log out</a>
${loggedInUserSquare(user)}
</nav>
Expand Down

0 comments on commit a77e2b5

Please sign in to comment.