We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f37372 commit 83e61a2Copy full SHA for 83e61a2
src/pages/index.astro
@@ -14,7 +14,7 @@ import RecordAnything from "../components/homepage/RecordAnything.astro";
14
<HeroBanner />
15
<ReleaseVideo client:load/>
16
<RecordAnything />
17
- <ShareYourSounds client:load/>
+ {false && <ShareYourSounds client:load/> /*disabled until they get a new video*/}
18
<FeatureCards />
19
<BlogPosts />
20
<FAQ />
0 commit comments