Skip to content

Commit

Permalink
fix homelink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Mar 13, 2024
1 parent f89e960 commit f43caf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<svelte:fragment slot="header">
<AppBar>
<svelte:fragment slot="lead">
<a class="text-xl uppercase font-bold" href={`${base}`}>Parzival</a>
<a class="text-xl uppercase font-bold" href={`${base}/`}>Parzival</a>
</svelte:fragment>
<nav class="flex-none items-center h-full hidden lg:flex">
{#each pages as page}
Expand Down

0 comments on commit f43caf8

Please sign in to comment.