text tweaks

This commit is contained in:
austinried
2021-08-23 10:56:44 +09:00
parent dd97cd4391
commit 5879694c8c
6 changed files with 14 additions and 14 deletions

View File

@@ -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' },
]