From ce3a0815e1275ba9977798eddf28c28cee670a79 Mon Sep 17 00:00:00 2001
From: Camilo <292738+clsource@users.noreply.github.com>
Date: Fri, 4 Nov 2022 10:11:32 -0300
Subject: [PATCH] refactor: improved user button (#100)
---
.../templates/layout/_user_menu.html.heex | 54 +++++++++----------
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/lib/rauversion_web/templates/layout/_user_menu.html.heex b/lib/rauversion_web/templates/layout/_user_menu.html.heex
index e9bbce1f..eb3e837f 100644
--- a/lib/rauversion_web/templates/layout/_user_menu.html.heex
+++ b/lib/rauversion_web/templates/layout/_user_menu.html.heex
@@ -6,17 +6,17 @@
<%= live_redirect to: "/", class: "flex items-center space-x-3 text-white sm:text-2xl text-sm font-extrabold" do %>
- RAUVERSION
+ RAUVERSION
<% #= RauversionWeb.Gettext |> Gettext.get_locale %>
<% #= image_tag url_for(current_user.avatar), class: "h-8 w-auto" if current_user&.avatar&.persisted? %>
<% end %>