Skip to content

Commit

Permalink
Change breakpoint profile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Apr 27, 2024
1 parent 103cb6f commit 705d05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/claper_web/templates/layout/_profile_dropdown.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
aria-haspopup="true"
>
<span class="sr-only">Open user menu</span>
<span class="hidden sm:block"><%= @user.email %></span>
<span class="hidden md:block"><%= @user.email %></span>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
class="sm:hidden w-5 h-5"
class="md:hidden w-5 h-5"
>
<path
fill-rule="evenodd"
Expand Down

0 comments on commit 705d05c

Please sign in to comment.