ivans fixes

This commit is contained in:
2024-06-12 17:36:45 +05:00
parent d0e80e4f3b
commit ca7da6d502
32 changed files with 569 additions and 140 deletions
@@ -10,7 +10,7 @@ const DesktopHeader = () => (
<Location />
</div>
<Navbar />
<Auth />
<Auth isAuth={false} />
</header>
);