Apply requested changes

This commit is contained in:
Ginger 2025-04-07 12:36:33 -04:00
parent e2974d386e
commit d3fac3bf94
3 changed files with 12 additions and 13 deletions

View file

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