Skip to content

Commit 1a14bcc

Browse files
committed
hide download links until we have 'em
1 parent a738250 commit 1a14bcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/pages/au4.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const { win, mac, lin } = betaReleases;
1111
<BaseLayout
1212
title="Audacity 4 alpha download"
1313
description="Test the latest Audacity 4 alpha for Windows, macOS and Linux"
14+
index="none"
1415
>
1516
<main id="main" class="max-w-screen-xl mx-auto text-gray-700">
1617
<div class="grid grid-cols-12 pt-8 pb-32 gap-y-12">
@@ -113,6 +114,8 @@ const { win, mac, lin } = betaReleases;
113114
>
114115
<h2 class="text-sm uppercase font-normal">Download links</h2>
115116
<div class="flex flex-col gap-6 mt-2">
117+
Coming soon...
118+
<!--
116119
<div class="border border-bg-200 rounded-md p-6">
117120
<h3 class="additional-resource-heading">
118121
Audacity 4 alpha 1 for Windows
@@ -138,8 +141,8 @@ const { win, mac, lin } = betaReleases;
138141
<div class="mt-2">
139142
<SplitDownloadButton OS="Linux" releaseData={lin} client:load />
140143
</div>
144+
</div>-->
141145
</div>
142-
</div>
143146
</aside>
144147
</div>
145148
</main></BaseLayout

0 commit comments

Comments
 (0)