Skip to content

Commit

Permalink
Merge pull request metabrainz#3008 from metabrainz/LB-1661
Browse files Browse the repository at this point in the history
LB-1661: Add Labels to Sort Buttons
  • Loading branch information
anshg1214 authored Oct 25, 2024
2 parents 798d4c8 + c0f3ae3 commit 3dc6863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/js/src/artist/ArtistPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,15 @@ function SortingButtons({
type="secondary"
active={sort === "release_date"}
onClick={() => setSort("release_date")}
title="Sort by release date"
>
<FontAwesomeIcon icon={faCalendar} />
</Pill>
<Pill
type="secondary"
active={sort === "total_listen_count"}
onClick={() => setSort("total_listen_count")}
title="Sort by listen count"
>
<FontAwesomeIcon icon={faHeadphones} />
</Pill>
Expand Down

0 comments on commit 3dc6863

Please sign in to comment.