diff --git a/lib/cannery_web/components/ammo_group_card.ex b/lib/cannery_web/components/ammo_group_card.ex index 59cd2dc..3686cdc 100644 --- a/lib/cannery_web/components/ammo_group_card.ex +++ b/lib/cannery_web/components/ammo_group_card.ex @@ -40,7 +40,9 @@ defmodule CanneryWeb.Components.AmmoGroupCard do <%= if @ammo_group.price_paid do %> <%= gettext("Price paid:") %> - <%= gettext("$%{amount}", amount: @ammo_group.price_paid |> :erlang.float_to_binary(decimals: 2)) %> + <%= gettext("$%{amount}", + amount: @ammo_group.price_paid |> :erlang.float_to_binary(decimals: 2) + ) %> <% end %> diff --git a/lib/cannery_web/components/invite_card.ex b/lib/cannery_web/components/invite_card.ex index ed8aac0..2d9f877 100644 --- a/lib/cannery_web/components/invite_card.ex +++ b/lib/cannery_web/components/invite_card.ex @@ -8,9 +8,11 @@ defmodule CanneryWeb.Components.InviteCard do def invite_card(assigns) do ~H""" -
+ transition-all duration-300 ease-in-out" + >

<%= @invite.name %>

@@ -30,7 +32,8 @@ defmodule CanneryWeb.Components.InviteCard do <%= Routes.user_registration_url(Endpoint, :new, invite: @invite.token) %> + > + <%= Routes.user_registration_url(Endpoint, :new, invite: @invite.token) %> <%= if @code_actions do %> diff --git a/lib/cannery_web/components/topbar.ex b/lib/cannery_web/components/topbar.ex index a9ee062..a6710e8 100644 --- a/lib/cannery_web/components/topbar.ex +++ b/lib/cannery_web/components/topbar.ex @@ -30,10 +30,12 @@ defmodule CanneryWeb.Components.Topbar do <% end %>
-
+
-