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 a4a852d commit 271fcffCopy full SHA for 271fcff
apps/landing/src/components/Header/HeaderWrap.tsx
@@ -27,6 +27,7 @@ export function HeaderWrap({ children }: { children: React.ReactNode }) {
27
function HeaderWrapInner({ children }: { children: React.ReactNode }) {
28
const path = usePathname()
29
const isRoot = path === '/'
30
+ console.info('isRoot', isRoot, path)
31
const menu = useSearchParams().get('menu') === '1'
32
return (
33
<Flex
0 commit comments