Skip to content

Commit

Permalink
Make it easy for users to reach the raise issue page #76
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haarhoff committed Nov 16, 2024
1 parent 200269f commit b5092e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const navBar = (user: User) => html`
class="page-nav__logo"
/></a>
<div class="page-nav__inner">
<a href="/members">Members</a>
<a href="/raise-issue">Raise an Issue</a>
<a href="/equipment">Equipment</a>
<a href="/log-out">Log out</a>
</div>
Expand Down

0 comments on commit b5092e6

Please sign in to comment.