Skip to content

Commit 83e61a2

Browse files
committed
disable audio.com homepage section until the video is back
1 parent 6f37372 commit 83e61a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import RecordAnything from "../components/homepage/RecordAnything.astro";
1414
<HeroBanner />
1515
<ReleaseVideo client:load/>
1616
<RecordAnything />
17-
<ShareYourSounds client:load/>
17+
{false && <ShareYourSounds client:load/> /*disabled until they get a new video*/}
1818
<FeatureCards />
1919
<BlogPosts />
2020
<FAQ />

0 commit comments

Comments
 (0)