mirror of
https://github.com/pockethost/pockethost.git
synced 2025-07-04 11:52:29 +00:00
Removed placeholder links (#9)
Co-authored-by: Brewhouse Digital <zach@brewhouse.digital>
This commit is contained in:
parent
fa283d70cb
commit
ffceeee791
@ -52,19 +52,10 @@
|
||||
</a>
|
||||
|
||||
<ul class="dropdown-menu dropdown-menu-end">
|
||||
<li><a class="dropdown-item" href="/profile">Profile</a></li>
|
||||
<li><a class="dropdown-item" href="/settings">Settings</a></li>
|
||||
<li><hr class="dropdown-divider" /></li>
|
||||
<li><a class="dropdown-item" href="/" on:click={handleLogout}>Logout</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
{:else}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-md-start text-center" href="/profile">Profile</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-md-start text-center" href="/settings">Settings</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-md-start text-center" href="/" on:click={handleLogout}
|
||||
>Logout</a
|
||||
|
Loading…
x
Reference in New Issue
Block a user