Skip to content

Commit

Permalink
Update Navbar link href to use base variable
Browse files Browse the repository at this point in the history
Signed-off-by: Memet Zx <zxce3@gnuweeb.org>
  • Loading branch information
Zxce3 committed Feb 4, 2024
1 parent 053fe54 commit 5f369cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ThemeSwitcher />
</div>
<a
href="/"
href="{base}/"
class="navbar-brand d-flex align-items-center d-lg-none ms-auto ms-md-0"
>
<img
Expand Down

0 comments on commit 5f369cf

Please sign in to comment.