Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit

Permalink
Rename settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibz committed Nov 22, 2023
1 parent 617d26d commit 12faebf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ venv
/.idea
.svelte-kit/
node_modules/
pm.log
pm.log*
4 changes: 2 additions & 2 deletions web/shared/src/lib/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@
</li>
<li>
<a class="text-base" href="/settings">
<span class="w-6 h-6 mr-1"><Settings /></span> Settings
<span class="w-6 h-6 mr-1"><Settings /></span> Buyer Settings
</a>
</li>
<li>
<a class="text-base" href="/admin/account/settings">
<span class="w-6 h-6"><Settings /></span> Stall Manager Settings
<span class="w-6 h-6"><Settings /></span> Seller Settings
</a>
</li>
<li>
Expand Down

0 comments on commit 12faebf

Please sign in to comment.