mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-13 22:04:54 -05:00
Remove code comments
This commit is contained in:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user