diff --git a/lib/music_library_web/components/core_components.ex b/lib/music_library_web/components/core_components.ex index a37fd94e..6590b8b0 100644 --- a/lib/music_library_web/components/core_components.ex +++ b/lib/music_library_web/components/core_components.ex @@ -592,7 +592,7 @@ defmodule MusicLibraryWeb.CoreComponents do def back(assigns) do ~H""" -
+
<.link navigate={@navigate} class="text-sm font-semibold leading-6 text-zinc-900 dark:text-zinc-400 hover:text-zinc-700 dark:hover:text-zinc-300" diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index 71063571..c53a0557 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -28,7 +28,7 @@
-
+
<.flash_group flash={@flash} /> <%= @inner_content %> diff --git a/lib/music_library_web/live/collection_live/show.html.heex b/lib/music_library_web/live/collection_live/show.html.heex index 653f554d..5b7f93d0 100644 --- a/lib/music_library_web/live/collection_live/show.html.heex +++ b/lib/music_library_web/live/collection_live/show.html.heex @@ -150,7 +150,7 @@
<%= Jason.encode!(@record.musicbrainz_data, pretty: true) %>
-
+
<.back navigate={@back_url}> <%= gettext("Back to records") %> diff --git a/lib/music_library_web/live/wishlist_live/show.html.heex b/lib/music_library_web/live/wishlist_live/show.html.heex index 3afadfb9..2be6d9b6 100644 --- a/lib/music_library_web/live/wishlist_live/show.html.heex +++ b/lib/music_library_web/live/wishlist_live/show.html.heex @@ -143,7 +143,7 @@
<%= Jason.encode!(@record.musicbrainz_data, pretty: true) %>
-
+
<.back navigate={@back_url}> <%= gettext("Back to wishlist") %>