Skip to content

Commit ebab37d

Browse files
committed
clarify download buttons
1 parent 065a14f commit ebab37d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 hover:underline"
33+
className="text-white font-semibold hover:underline"
3434
href={href}
3535
>
3636
Download without Muse Hub

src/components/button/DownloadMuseHubButton.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function DownloadMuseHubButton() {
4747
<span className="icon icon-import"></span>
4848
<p className="font-semibold">
4949
Download Audacity {audacityReleases.version}
50+
<p className="font-light text-s">via MuseHub</p>
5051
</p>
5152
</a>
5253
);

0 commit comments

Comments
 (0)