feat(portal): add SSR operations and exclusive groups
This commit is contained in:
@@ -12,7 +12,8 @@ export default function RootLayout({ children }: Readonly<{ children: ReactNode
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className="flex min-h-screen flex-col">
|
||||
<div className="flex-1">{children}</div>
|
||||
<a className="skip-link" href="#main-content">Skip to main content</a>
|
||||
<div className="flex-1" id="main-content" tabIndex={-1}>{children}</div>
|
||||
<SiteFooter />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user