From dec8fa94b6fd2b69774eab63996179dee50b9d97 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 25 Nov 2025 22:23:19 +0000 Subject: [PATCH] Remove labels from order buttons on mobile --- lib/music_library_web/live/collection_live/index.html.heex | 4 ++-- lib/music_library_web/live/wishlist_live/index.html.heex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/music_library_web/live/collection_live/index.html.heex b/lib/music_library_web/live/collection_live/index.html.heex index 796c0323..d8ddd1af 100644 --- a/lib/music_library_web/live/collection_live/index.html.heex +++ b/lib/music_library_web/live/collection_live/index.html.heex @@ -39,7 +39,7 @@ aria-hidden="true" data-slot="icon" /> - {gettext("Purchase")} + <.button patch={order_path(@record_list_params, :alphabetical)} @@ -49,7 +49,7 @@ ]} > <.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" /> - {gettext("A->Z")} + diff --git a/lib/music_library_web/live/wishlist_live/index.html.heex b/lib/music_library_web/live/wishlist_live/index.html.heex index bf3239e8..16613c63 100644 --- a/lib/music_library_web/live/wishlist_live/index.html.heex +++ b/lib/music_library_web/live/wishlist_live/index.html.heex @@ -25,7 +25,7 @@ ]} > <.icon name="hero-star" class="icon" aria-hidden="true" data-slot="icon" /> - {gettext("Insertion")} + <.button patch={order_path(@record_list_params, :alphabetical)} @@ -36,7 +36,7 @@ ]} > <.icon name="hero-user-solid" class="icon" aria-hidden="true" data-slot="icon" /> - {gettext("A->Z")} +