Calendar SQL and CRUD
This commit is contained in:
@@ -70,6 +70,10 @@ export default function Header({ route, user }: Data) {
|
||||
pageLabel = 'Settings';
|
||||
}
|
||||
|
||||
if (route.startsWith('/calendars')) {
|
||||
pageLabel = 'Calendars';
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
|
||||
Reference in New Issue
Block a user