File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments