Skip to content

Commit

Permalink
Rename "Release" sort option to "Chart Release"
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Sep 29, 2024
1 parent 93b74e5 commit eb43f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Setlist/SortChanger.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const SortChanger: React.FC<Props> = ({ sortType, setSortType }: Props) => {
</ToggleGroup.Item>
<ToggleGroup.Item className={styles.item} value="releaseDate">
<DateIcon />
Release
Chart Release
</ToggleGroup.Item>
</ToggleGroup.Root>;
};
Expand Down

0 comments on commit eb43f89

Please sign in to comment.