From 13530988778640d244379a4e507779409d46a6a2 Mon Sep 17 00:00:00 2001 From: koplenov Date: Sun, 5 Apr 2026 02:29:38 +0300 Subject: [PATCH] hide deepfake for debug --- src/App.css | 4 ++-- src/App.tsx | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.css b/src/App.css index 6072fea..978025d 100644 --- a/src/App.css +++ b/src/App.css @@ -262,6 +262,6 @@ .desktop { width: 100vw; height: 100vh; - overflow: hidden; + /* overflow: hidden; */ position: relative; -} \ No newline at end of file +} diff --git a/src/App.tsx b/src/App.tsx index 15b675b..e83aa81 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,7 +11,8 @@ const App: React.FC = () => { // if (!day1Complete) { // return setDay1Complete(true)} />; // } - return + // return +// return ; return ; };