mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 23:02:43 +01:00
text tweaks
This commit is contained in:
@@ -15,7 +15,7 @@ const ArtistRenderItem: React.FC<{ item: Artist }> = ({ item }) => (
|
||||
)
|
||||
|
||||
const filterOptions: OptionData[] = [
|
||||
{ text: 'By name', value: 'alphabeticalByName' },
|
||||
{ text: 'By Name', value: 'alphabeticalByName' },
|
||||
{ text: 'Starred', value: 'starred' },
|
||||
{ text: 'Random', value: 'random' },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user