diff --git a/src/app/page.tsx b/src/app/page.tsx index c8cf4c0..51651af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,7 @@ export default function Home() { -
+
diff --git a/src/components/client-windows.tsx b/src/components/client-windows.tsx index a2d8ad5..610aa08 100644 --- a/src/components/client-windows.tsx +++ b/src/components/client-windows.tsx @@ -72,10 +72,6 @@ export const FakeRelativeWindow = ({ } }, []); - useEffect(() => { - console.log(windowManager.windows) - }, [windowManager.windows]); - useEffect(() => { if (popupRef.current) popupRef.current.style.transform = `translate(${currentWindow?.offset.x || 0}px, ${currentWindow?.offset.y || 0}px)`; }, [currentWindow?.offset]) diff --git a/src/components/page-template.tsx b/src/components/page-template.tsx index 3298b10..9a6febf 100644 --- a/src/components/page-template.tsx +++ b/src/components/page-template.tsx @@ -15,7 +15,7 @@ export const SimpleArticle = ({ Back -
+
{children}
diff --git a/src/components/windows.tsx b/src/components/windows.tsx index 7ca3149..17f86d5 100644 --- a/src/components/windows.tsx +++ b/src/components/windows.tsx @@ -98,6 +98,7 @@ export const HomeWindows = () => ( width={240} height={200} quality={10} + priority={false} unoptimized />