diff --git a/lib/live_beats_web/live/live_helpers.ex b/lib/live_beats_web/live/live_helpers.ex index 290345e..43640ed 100644 --- a/lib/live_beats_web/live/live_helpers.ex +++ b/lib/live_beats_web/live/live_helpers.ex @@ -50,7 +50,6 @@ defmodule LiveBeatsWeb.LiveHelpers do id="flash" class="rounded-md bg-red-50 p-4 fixed top-1 right-1 w-96 fade-in-scale" phx-click={JS.push("lv:clear-flash") |> JS.remove_class("fade-in-scale", to: "#flash") |> hide("#flash")} - phx-value-key="error" phx-hook="Flash" >
@@ -121,6 +120,7 @@ defmodule LiveBeatsWeb.LiveHelpers do assigns |> assign_new(:outlined, fn -> false end) |> assign_new(:class, fn -> "w-4 h-4 inline-block" end) + |> assign_new(:alt, fn -> "" end) ~H""" <%= if @outlined do %> diff --git a/lib/live_beats_web/live/player_live.ex b/lib/live_beats_web/live/player_live.ex index b433418..f2e59b5 100644 --- a/lib/live_beats_web/live/player_live.ex +++ b/lib/live_beats_web/live/player_live.ex @@ -49,15 +49,15 @@ defmodule LiveBeatsWeb.PlayerLive do <% end %> - - - - + -