aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net
diff options
context:
space:
mode:
Diffstat (limited to 'communities/red-right-hand/174bg.net')
-rw-r--r--communities/red-right-hand/174bg.net/src/app/layout.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/communities/red-right-hand/174bg.net/src/app/layout.js b/communities/red-right-hand/174bg.net/src/app/layout.js
index 165be68..4535f5e 100644
--- a/communities/red-right-hand/174bg.net/src/app/layout.js
+++ b/communities/red-right-hand/174bg.net/src/app/layout.js
@@ -31,7 +31,9 @@ export default function RootLayout({ children }) {
>
<body className="min-h-full flex flex-col">
<ClerkProvider>
- <AuthHeader />
+ <Suspense>
+ <AuthHeader />
+ </Suspense>
<TerminalOverlay />
{children}
</ClerkProvider>