Skip to content

Commit

Permalink
Fix blog clash
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaiahBouromphongsa committed Sep 3, 2023
1 parent 44d96a6 commit 9dee6e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
<a
class="link"
rel="prefetch"
aria-current={segment === 'blog' ? 'page' : undefined}
href="events">Blog</a
aria-current={segment === 'alumni' ? 'page' : undefined}
href="events">Alumni</a
>
</li>
<li>
Expand Down
File renamed without changes.

0 comments on commit 9dee6e8

Please sign in to comment.