From c0f3ae3a3e15f4e1323f0222618a82c7c38567cd Mon Sep 17 00:00:00 2001 From: anshg1214 Date: Fri, 25 Oct 2024 13:09:56 +0000 Subject: [PATCH] feat: Add Labels to Sort Buttons --- frontend/js/src/artist/ArtistPage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/js/src/artist/ArtistPage.tsx b/frontend/js/src/artist/ArtistPage.tsx index 087f7676ab..b1e151872f 100644 --- a/frontend/js/src/artist/ArtistPage.tsx +++ b/frontend/js/src/artist/ArtistPage.tsx @@ -55,6 +55,7 @@ function SortingButtons({ type="secondary" active={sort === "release_date"} onClick={() => setSort("release_date")} + title="Sort by release date" > @@ -62,6 +63,7 @@ function SortingButtons({ type="secondary" active={sort === "total_listen_count"} onClick={() => setSort("total_listen_count")} + title="Sort by listen count" >