Fix broken build
Browse files
docs/src/pages/index.astro
CHANGED
@@ -26,7 +26,7 @@ import { ExampleButton } from "../components/examples/ExampleButton";
|
|
26 |
</Container>
|
27 |
</div>
|
28 |
<div class="bg-white overflow-x-hidden relative h-[64px]">
|
29 |
-
<FeatureMarquee client:
|
30 |
</div>
|
31 |
|
32 |
<div class="py-32 bg-black text-white">
|
|
|
26 |
</Container>
|
27 |
</div>
|
28 |
<div class="bg-white overflow-x-hidden relative h-[64px]">
|
29 |
+
<FeatureMarquee client:only />
|
30 |
</div>
|
31 |
|
32 |
<div class="py-32 bg-black text-white">
|