diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-22 13:58:03 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-22 13:58:03 +0200 |
| commit | 7d708ff954b135ec066a481035858269db36f9cf (patch) | |
| tree | eb0c84b38400a24edaf3aef7c4cdbdee138c96bd | |
| parent | 43b8efe4b5fd061ee754eef55b9ec7dcdfc00c83 (diff) | |
Nav client idle
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ab8983c..0077d2e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -104,7 +104,7 @@ const { <div class="flex-grow flex flex-col items-center justify-center bg-gradient-to-br from-blue-50 to-indigo-100 p-2 w-full" > - <Navigation client:load /> + <Navigation client:idle /> <div class="max-w-6xl w-full sm:p-8 p-2 min-h-[800px]"> <slot /> </div> |
