diff --git a/apps/blogai/components/footer.tsx b/apps/blogai/components/footer.tsx index d28ffa3..c29b17e 100644 --- a/apps/blogai/components/footer.tsx +++ b/apps/blogai/components/footer.tsx @@ -128,7 +128,7 @@ export function Footer({ className, ...props }: React.ComponentProps<'p'>) { const isWindow = typeof window !== "undefined" - console.log("isWindow ", isWindow) + //console.log("isWindow ", isWindow) const [windowSize, setWindowSize] = useState({ windowWidth: window.innerWidth,