improvements

This commit is contained in:
yohlo
2025-09-29 11:43:48 -05:00
parent a4b9fe9065
commit 48aeaabeea
5 changed files with 8 additions and 9 deletions

View File

@@ -36,9 +36,6 @@ const Navbar = () => {
))}
</Stack>
</AppShell.Section>
<AppShell.Section>
<Link to="/logout">Logout</Link>
</AppShell.Section>
</AppShell.Navbar>
}