mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 15:05:22 +02:00
Moved bbom li around, added justify-between.
This commit is contained in:
parent
2fdc3d73c6
commit
b096822998
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@
|
|||
Logout
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="flex justify-between">
|
||||
<a href="#" class="flex items-center px-6 py-3 text-sm font-semibold leading-6 text-gray-900 gap-x-4 hover:bg-gray-50">
|
||||
<span class="sr-only">Your profile</span>
|
||||
<span aria-hidden="true"><%= current_user.email %></span>
|
||||
</a>
|
||||
<button data-action="click->toggle#menu" type="button" class="block p-2 text-sm font-semibold leading-6 text-gray-600 rounded-md group gap-x-3"><%= image_tag 'ellipsis.svg', size: "24" %></button>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue