simple route change animations

This commit is contained in:
yohlo
2025-08-22 12:21:32 -05:00
parent 2781801eef
commit 6c334eacd9
4 changed files with 2 additions and 34 deletions

View File

@@ -10,8 +10,6 @@ const Navbar = () => {
const isMobile = useIsMobile();
const links = useLinks(user?.id, roles);
console.log('rendered')
if (isMobile) return (
<Paper component='nav' role='navigation' withBorder radius='lg' h='4rem' w='calc(100% - 2rem)' shadow='sm' pos='fixed' m='1rem' bottom='0' style={{ zIndex: 10 }}>
<Group gap='xs' justify='space-around' h='100%' w='100%' px={{ base: 12, sm: 0 }}>