Skip to content

Commit

Permalink
Group links in nav #76
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haarhoff committed Nov 12, 2024
1 parent 43f1aee commit 6b49200
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/templates/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ export const navBar = (user: User) => html`
alt="Makespace"
class="page-nav__logo"
/></a>
<a href="/members">Members</a>
<a href="/equipment">Equipment</a>
<a href="/log-out">Log out</a>
<div class="page-nav__inner">
<a href="/members">Members</a>
<a href="/equipment">Equipment</a>
<a href="/log-out">Log out</a>
</div>
${loggedInUserSquare(user)}
</nav>
`;

0 comments on commit 6b49200

Please sign in to comment.