From 3758cd1eeaaa84d7efed198a0a2152147625bb1b Mon Sep 17 00:00:00 2001
From: LWinterberg <87814144+LWinterberg@users.noreply.github.com>
Date: Mon, 17 Mar 2025 12:50:09 +0100
Subject: [PATCH] side-by-side download buttons
---
src/components/button/DownloadButton.jsx | 9 +++++++--
src/components/button/DownloadMuseHubButton.jsx | 10 ++++------
src/components/homepage/HeroBanner.astro | 14 +++++++-------
3 files changed, 18 insertions(+), 15 deletions(-)
diff --git a/src/components/button/DownloadButton.jsx b/src/components/button/DownloadButton.jsx
index bf01020e..6669fe70 100644
--- a/src/components/button/DownloadButton.jsx
+++ b/src/components/button/DownloadButton.jsx
@@ -28,10 +28,15 @@ function DownloadButton() {
return (
handleButtonClick(href)}
- className="text-white font-semibold hover:underline"
+ className="flex py-3 px-4 gap-3 rounded-md items-center bg-yellow-300 hover:bg-yellow-400 active:bg-yellow-500 w-fit"
href={href}
>
- Download without Muse Hub
+
+ Download Audacity {audacityReleases.version}
-
- Download Audacity {audacityReleases.version}
-
-
+ Installs with no extras
- {false && via MuseHub}
+
+ Audacity + free effects
+ via MuseHub Installer