diff --git a/lib/ex_finance_web/components/layouts/app.html.heex b/lib/ex_finance_web/components/layouts/app.html.heex index 4834c08..f44756c 100644 --- a/lib/ex_finance_web/components/layouts/app.html.heex +++ b/lib/ex_finance_web/components/layouts/app.html.heex @@ -1,31 +1,33 @@
-
- -
- <.toggle_theme_button theme={@theme} /> - - <.cafecito_button cafecito_username={ - Application.fetch_env!(:ex_finance, :cafecito_username) - } /> - - <%= gettext("Home") %> - +
+
+ +
+ <.toggle_theme_button theme={@theme} /> + + <.cafecito_button cafecito_username={ + Application.fetch_env!(:ex_finance, :cafecito_username) + } /> + + <%= gettext("Home") %> + +
<%= if assigns[:show_presence] do %> diff --git a/lib/ex_finance_web/components/layouts/root.html.heex b/lib/ex_finance_web/components/layouts/root.html.heex index e37858d..10635de 100644 --- a/lib/ex_finance_web/components/layouts/root.html.heex +++ b/lib/ex_finance_web/components/layouts/root.html.heex @@ -18,7 +18,7 @@ -
    +
      <%= if @current_user do %>
    • <%= @current_user.email %> @@ -35,7 +35,7 @@ <.link href={~p"/users/log_out"} method="delete" - class="text-[0.8125rem] leading-6 text-zinc-900 font-semibold hover:text-zinc-700" + class="text-[0.8125rem] leading-6 text-zinc-900 font-semibold hover:text-zinc-700 pr-2" > <%= gettext("Log out") %>