Skip to content

Commit

Permalink
don't have the Git knowledge to remove this from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoo committed Nov 17, 2024
1 parent 1a9c2fb commit aa56cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="w-full dropdown dropdown-top dropdown-end">
<div tabindex="0" role="button" class="flex items-center justify-between w-full h-10 pr-2 mb-1 rounded-lg cursor-pointer scale-down hover:bg-gray-100 dark:hover:bg-gray-700 group !outline-0">
<%= render partial: "layouts/user_avatar", locals: { user: Current.user, size: 7, classes: "ml-2 mr-2" } %>
<div class="flex-1 text-sm truncate text-gray-950 dark:text-gray-100 w-20">
<div class="flex-1 text-sm truncate text-gray-950 dark:text-gray-100">
<%= Current.user.name.full || "Profile" %>
</div>
<%= icon "chevron-up", variant: :mini, class: 'text-gray-500 ml-[2px]' %>
Expand Down

0 comments on commit aa56cb1

Please sign in to comment.