mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-20 09:26:45 -05:00
hide download links until we have 'em
This commit is contained in:
@@ -11,6 +11,7 @@ const { win, mac, lin } = betaReleases;
|
||||
<BaseLayout
|
||||
title="Audacity 4 alpha download"
|
||||
description="Test the latest Audacity 4 alpha for Windows, macOS and Linux"
|
||||
index="none"
|
||||
>
|
||||
<main id="main" class="max-w-screen-xl mx-auto text-gray-700">
|
||||
<div class="grid grid-cols-12 pt-8 pb-32 gap-y-12">
|
||||
@@ -113,6 +114,8 @@ const { win, mac, lin } = betaReleases;
|
||||
>
|
||||
<h2 class="text-sm uppercase font-normal">Download links</h2>
|
||||
<div class="flex flex-col gap-6 mt-2">
|
||||
Coming soon...
|
||||
<!--
|
||||
<div class="border border-bg-200 rounded-md p-6">
|
||||
<h3 class="additional-resource-heading">
|
||||
Audacity 4 alpha 1 for Windows
|
||||
@@ -138,8 +141,8 @@ const { win, mac, lin } = betaReleases;
|
||||
<div class="mt-2">
|
||||
<SplitDownloadButton OS="Linux" releaseData={lin} client:load />
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
</main></BaseLayout
|
||||
|
||||
Reference in New Issue
Block a user