feat(#14): Replace profile page with account page

This commit is contained in:
Josh Creek
2024-07-04 19:33:51 +01:00
parent 113268614b
commit f10e0537bd
5 changed files with 121 additions and 18 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
class="mt-3 z-[1] p-2 shadow menu menu-sm dropdown-content bg-base-100 text-base-content rounded-box min-w-[13rem] w-auto"
>
<li>
<a href="/profile"> Profile </a>
<a href="/account"> Account </a>
</li>
<li><a href="/settings">Settings</a></li>
<li><SignOut {supabase} /></li>