mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 19:14:11 +00:00
feat: add cursor pointer in the setting dropdown (#309)
This commit is contained in:
committed by
GitHub
parent
622fc07a76
commit
c4ec434187
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user