Remove code comments

This commit is contained in:
Dilson's Pickles
2023-10-16 16:37:20 +11:00
parent 43c1be33fd
commit f9cf92bab1

View File

@@ -21,24 +21,3 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
</div>
</div>
</section>
<!-- <div
class="max-w-screen-sm md:max-w-screen-lg mx-6 sm:mx-16 lg:mx-32 xl:mx-80 2xl:mx-auto py-8 sm:py-12 md:py-16 flex flex-col items-center"
>
<div class="flex flex-col items-center text-center gap-4">
<img alt="A yellow and orange waveform between the ears of a set of blue headphones" class="w-12 md:w-16" src={Audacity_Logo.src} />
<h1 class="leading-tight max-w-2xl">
Audacity is the world's most popular audio editing and recording app
</h1>
</div>
<div
class="flex flex-col justify-center gap-2 md:flex-row lg:col-start-3 lg:col-span-8 mt-8 sm:mt-12 max-w-4xl"
>
<DownloadButton client:only/>
<DownloadMuseHubButton client:only />
<noscript>
<DownloadButton/>
</noscript>
</div>
</div> -->