mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
replace separator string with smaller bullet
This commit is contained in:
@@ -139,7 +139,7 @@ export const getClientType = (): string => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export const SEPARATOR_STRING = ' • ';
|
export const SEPARATOR_STRING = ' · ';
|
||||||
|
|
||||||
export const sortSongList = (songs: Song[], sortBy: SongListSort, sortOrder: SortOrder) => {
|
export const sortSongList = (songs: Song[], sortBy: SongListSort, sortOrder: SortOrder) => {
|
||||||
let results: Song[] = songs;
|
let results: Song[] = songs;
|
||||||
|
|||||||
Reference in New Issue
Block a user