use clearer separator character

This commit is contained in:
Kendall Garner
2024-04-14 21:58:25 -07:00
parent 19a88fea86
commit ec69cc22f9
8 changed files with 31 additions and 41 deletions
+2
View File
@@ -47,3 +47,5 @@ export const hasFeature = (server: ServerListItem | null, feature: ServerFeature
return server.features[feature] ?? false;
};
export const SEPARATOR_STRING = ' · ';