Skip to content

Commit

Permalink
rename "index" page
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Dec 3, 2023
1 parent 02afc64 commit 57a2f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
<TabAnchor
class="w-16 h-16 text-xs"
padding="py-2"
href="/index"
selected={$page.url.pathname === '/index'}
href="/references"
selected={$page.url.pathname === '/references'}
>
<svelte:fragment slot="lead">(ico)</svelte:fragment>
<span>(index)</span>
<span>(references)</span>
</TabAnchor>
<TabAnchor
class="w-16 h-16 text-xs"
Expand Down
File renamed without changes.

0 comments on commit 57a2f73

Please sign in to comment.