Skip to content

Commit 01dbb7a

Browse files
authored
Merge pull request #44 from audacity/revert-43-clarify
Revert "Clarify"
2 parents 98ff299 + 1aab681 commit 01dbb7a

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

src/components/button/DownloadButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function DownloadButton() {
3030
return (
3131
<a
3232
onClick={() => handleButtonClick(href)}
33-
className="text-white font-semibold hover:underline"
33+
className="text-white hover:underline"
3434
href={href}
3535
>
3636
Download without Muse Hub

src/components/button/DownloadMuseHubButton.jsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ function DownloadMuseHubButton() {
4545
href={href}
4646
>
4747
<span className="icon icon-import"></span>
48-
<p>
49-
<span className="font-semibold">
50-
Download Audacity {audacityReleases.version}</span><br/>
51-
<span className="font-light text-s">via MuseHub</span>
48+
<p className="font-semibold">
49+
Download Audacity {audacityReleases.version}
5250
</p>
5351
</a>
5452
);

src/pages/post-download.astro

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ import logo from "../assets/img/promo/audacity-audiocom-promo.png";
88
<BaseLayout title="Audacity Cloud Saving Platform" description="Sync & save projects in Audacity Cloud. Secure, automatic, and always accessible." index="all">
99

1010
<section class="mx-8 max-w-screen-md xl:max-w-screen-lg md:mx-auto">
11-
<div class="flex flex-col items-center justify-center" style="height: 80vh;">
11+
<div class="flex flex-col items-center justify-center md:h-screen">
1212
<img src={logo.src} alt="Audacity logo and audio.com logo overlaying in a playful manner" width="300px" height="165px"/>
13-
<section>
14-
<div class="text-center bg-green-500 px-8 py-4 rounded-full">
15-
<p class="text-xl font-bold text-white">Thank you for downloading Audacity!</p>
16-
</div>
17-
</section>
1813
<div class="text-center">
1914
<h1 class="font-bold">
20-
Next steps for Audacity Cloud Saving
15+
Audacity Cloud setup is almost complete
2116
</h1>
2217
</div>
2318
<div class="w-full mt-8">

0 commit comments

Comments
 (0)