summaryrefslogtreecommitdiff
path: root/examples/docs/src/layouts/Main.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/layouts/Main.astro')
-rw-r--r--examples/docs/src/layouts/Main.astro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/src/layouts/Main.astro b/examples/docs/src/layouts/Main.astro
index a92ffaff4..dbfc90791 100644
--- a/examples/docs/src/layouts/Main.astro
+++ b/examples/docs/src/layouts/Main.astro
@@ -212,7 +212,7 @@ const githubEditUrl = `https://github.com/USER/REPO/blob/main/${currentFile}`
<div />
<div>
- <ThemeToggle:idle />
+ <ThemeToggle client:idle />
</div>
</div>
</nav>
@@ -232,7 +232,7 @@ const githubEditUrl = `https://github.com/USER/REPO/blob/main/${currentFile}`
</article>
</div>
<aside class="sidebar" id="sidebar-content">
- <DocSidebar:idle headers={headers} editHref={editHref} />
+ <DocSidebar client:idle headers={headers} editHref={editHref} />
</aside>
</main>
</body>