fix(home): keep nav static and shift hero input
All checks were successful
Build Docker Image / build (push) Successful in 5m3s

This commit is contained in:
Ruslan Bakiev
2026-02-07 09:30:27 +07:00
parent 755a92d194
commit 34fc1bfab6
2 changed files with 45 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
<MainNavigation
class="relative z-10"
:height="isHomePage ? heroHeight : 100"
:collapse-progress="isHomePage ? collapseProgress : 1"
:session-checked="sessionChecked"
:logged-in="isLoggedIn"
:user-avatar-svg="userAvatarSvg"