From e3a6c0563b71fd1712f7ac5fe4819e715c9e7b46 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 1 Apr 2026 07:51:29 +0100 Subject: [PATCH] Do not invert order of artist sections on mobile --- lib/music_library_web/live/artist_live/show.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/live/artist_live/show.ex b/lib/music_library_web/live/artist_live/show.ex index 17b1bd38..2cd25406 100644 --- a/lib/music_library_web/live/artist_live/show.ex +++ b/lib/music_library_web/live/artist_live/show.ex @@ -215,7 +215,7 @@ defmodule MusicLibraryWeb.ArtistLive.Show do
-
+

{gettext("Meta")}

@@ -370,7 +370,7 @@ defmodule MusicLibraryWeb.ArtistLive.Show do <% end %> <.external_links external_links={@external_links} />
-
+
<.record_grid :if={@collection_records_count > 0} title={gettext("Collection")}