change routes to /account instead of /users

This commit is contained in:
Daniel Yrovas 2025-01-09 12:44:11 +11:00
parent ef77e38db2
commit 8e1bb5c333
Signed by: danielyrovas
SSH key fingerprint: SHA256:1avlGZQpGW038lBkNI5lOS7f0hIPM7ecJen2/P1MCCU
3 changed files with 15 additions and 16 deletions

View file

@ -19,7 +19,7 @@
</li>
<li>
<.link
href={~p"/users/settings"}
href={~p"/account/settings"}
class="text-[0.8125rem] leading-6 text-zinc-900 font-semibold hover:text-zinc-700"
>
Settings
@ -27,7 +27,7 @@
</li>
<li>
<.link
href={~p"/users/log_out"}
href={~p"/account/log_out"}
method="delete"
class="text-[0.8125rem] leading-6 text-zinc-900 font-semibold hover:text-zinc-700"
>
@ -37,7 +37,7 @@
<% else %>
<li>
<.link
href={~p"/users/register"}
href={~p"/account/register"}
class="text-[0.8125rem] leading-6 text-zinc-900 font-semibold hover:text-zinc-700"
>
Register
@ -45,7 +45,7 @@
</li>
<li>
<.link
href={~p"/users/log_in"}
href={~p"/account/log_in"}
class="text-[0.8125rem] leading-6 text-zinc-900 font-semibold hover:text-zinc-700"
>
Log in