mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
Split featured servers and user-added servers into different categories
This commit is contained in:
parent
7354e57881
commit
80d322b09a
2 changed files with 33 additions and 24 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue