We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f34f3 commit ac43e08Copy full SHA for ac43e08
1 file changed
apps/create-hypergraph/template-nextjs/Components/Layout.tsx
@@ -23,7 +23,7 @@ export function Layout({ children }: Readonly<{ children: React.ReactNode }>) {
23
const { redirectToConnect, logout } = useHypergraphApp();
24
25
useLayoutEffect(() => {
26
- if (pathname.startsWith('/login') || pathname.startsWith('/authenticate-success') || pathname === '/') {
+ if (pathname.startsWith('/login') || pathname.startsWith('/authenticate-success') || pathname === '/' || pathname === '/explore-public-knowledge') {
27
return;
28
}
29
0 commit comments