Split featured servers and user-added servers into different categories

This commit is contained in:
Ginger 2025-03-18 10:26:19 -04:00
parent 7354e57881
commit 80d322b09a
2 changed files with 33 additions and 24 deletions

View file

@ -11,7 +11,7 @@ export const useExploreSelected = (): boolean => {
return !!match;
};
export const useExploreFeaturedSelected = (): boolean => {
export const useExploringFeaturedRooms = (): boolean => {
const match = useMatch({
path: getExploreFeaturedPath(),
caseSensitive: true,