This commit is contained in:
parent
2d5e05fd3a
commit
c116dc5ce7
|
|
@ -128,7 +128,7 @@ export function Footer({ className, ...props }: React.ComponentProps<'p'>) {
|
||||||
|
|
||||||
const isWindow = typeof window !== "undefined"
|
const isWindow = typeof window !== "undefined"
|
||||||
|
|
||||||
console.log("isWindow ", isWindow)
|
//console.log("isWindow ", isWindow)
|
||||||
|
|
||||||
const [windowSize, setWindowSize] = useState<WindowSize>({
|
const [windowSize, setWindowSize] = useState<WindowSize>({
|
||||||
windowWidth: window.innerWidth,
|
windowWidth: window.innerWidth,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue