Skip to content

Commit

Permalink
changed search path
Browse files Browse the repository at this point in the history
  • Loading branch information
Schokobonlean committed Jan 8, 2024
1 parent 08a7e7a commit fe3f31b
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -23,7 +23,7 @@
<a href="/">
<Icon class="w-10 h-10" icon="mdi:home" style="font-size: 32px" />
</a>
<a href="/search">
<a href="/search/users">
<Icon class="w-10 h-10" icon="ic:round-search" style="font-size: 32px" />
</a>
{#if loginToken != ''}
Expand Down
File renamed without changes.

0 comments on commit fe3f31b

Please sign in to comment.