1
0
Fork 0
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:
Claude Ayitey 2024-01-03 19:46:32 +00:00
parent 2fdc3d73c6
commit b096822998

View file

@ -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>