kamrify commited on
Commit
46f9483
·
1 Parent(s): 1d3e157

Fix broken build

Browse files
Files changed (1) hide show
  1. docs/src/pages/index.astro +1 -1
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:load />
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">