Skip to content

Commit 271fcff

Browse files
committed
Add log
1 parent a4a852d commit 271fcff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/landing/src/components/Header/HeaderWrap.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export function HeaderWrap({ children }: { children: React.ReactNode }) {
2727
function HeaderWrapInner({ children }: { children: React.ReactNode }) {
2828
const path = usePathname()
2929
const isRoot = path === '/'
30+
console.info('isRoot', isRoot, path)
3031
const menu = useSearchParams().get('menu') === '1'
3132
return (
3233
<Flex

0 commit comments

Comments
 (0)