1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 07:39:39 +02:00

feat: add cursor pointer in the setting dropdown (#309)

This commit is contained in:
Pedro López Mareque 2024-02-05 19:36:32 +01:00 committed by GitHub
parent 622fc07a76
commit c4ec434187
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@
<%= link_to root_path do %>
<%= image_tag 'logo.svg', alt: 'Maybe' %>
<% end %>
<div class="relative" data-controller="dropdown">
<div class="relative cursor-pointer" data-controller="dropdown">
<div class="flex" data-action="click->dropdown#toggleMenu">
<div class="mr-1.5 text-white w-8 h-8 bg-gray-400 rounded-full flex items-center justify-center text-lg uppercase"><%= Current.user.email.first %></div>
</div>