Skip to content

Commit 58804d5

Browse files
committed
update video
1 parent 83e61a2 commit 58804d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/homepage/ShareYourSounds.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function ShareYourSounds() {
5454
<iframe
5555
className="w-full aspect-video rounded-md shadow-xl"
5656
loading="lazy"
57-
src="https://www.youtube-nocookie.com/embed/-rBOZ9Bi4rk?autoplay=1"
57+
src="https://www.youtube-nocookie.com/embed/ZDnQgaCoppo?autoplay=1"
5858
title="Introducing Audio.com"
5959
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
6060
allowfullscreen

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-
{false && <ShareYourSounds client:load/> /*disabled until they get a new video*/}
17+
<ShareYourSounds client:load/>
1818
<FeatureCards />
1919
<BlogPosts />
2020
<FAQ />

0 commit comments

Comments
 (0)