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:
parent
622fc07a76
commit
c4ec434187
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue