mirror of
https://github.com/edufeed-org/educards.git
synced 2025-12-07 23:34:34 +00:00
Disable profile and settings for now
This commit is contained in:
parent
65df3838cc
commit
47e70ff660
1 changed files with 8 additions and 7 deletions
|
|
@ -18,17 +18,18 @@
|
|||
<img alt="" src={`https://robohash.org/${$user.pubkey}`} />
|
||||
</div>
|
||||
</div>
|
||||
<!-- TODO add profile and settings -->
|
||||
<ul
|
||||
tabindex="0"
|
||||
class="menu dropdown-content menu-sm z-[1] mt-3 w-52 rounded-box bg-base-100 p-2 shadow"
|
||||
>
|
||||
<li>
|
||||
<a class="justify-between">
|
||||
Profile
|
||||
<span class="badge">New</span>
|
||||
</a>
|
||||
</li>
|
||||
<li><a>Settings</a></li>
|
||||
<!-- <li> -->
|
||||
<!-- <a class="justify-between"> -->
|
||||
<!-- Profile -->
|
||||
<!-- <span class="badge">New</span> -->
|
||||
<!-- </a> -->
|
||||
<!-- </li> -->
|
||||
<!-- <li><a>Settings</a></li> -->
|
||||
<li><a onclick={() => user.set(null)}>Logout</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue