mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 03:38:11 -05:00
Remove unused component
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
---
|
||||
import DownloadButton from "../button/DownloadButton.jsx";
|
||||
import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
|
||||
---
|
||||
|
||||
<section class="bg-gray-100 pt-10 pb-12">
|
||||
<div class="max-w-screen md:max-w-screen-lg mx-6 lg:mx-auto text-center">
|
||||
<h2>Audacity is free, forever</h2>
|
||||
<div class="flex flex-col sm:flex-row gap-4 mt-4 justify-center">
|
||||
<DownloadButton client:visible />
|
||||
<DownloadMuseHubButton client:visible />
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
import BlogPosts from "../components/homepage/BlogPosts.astro";
|
||||
import DownloadBanner from "../components/homepage/DownloadBanner.astro";
|
||||
import HeroBanner from "../components/homepage/HeroBanner.astro";
|
||||
import ReleaseVideo from "../components/homepage/ReleaseVideo";
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
|
||||
Reference in New Issue
Block a user