We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065a14f commit ebab37dCopy full SHA for ebab37d
src/components/button/DownloadButton.jsx
@@ -30,7 +30,7 @@ function DownloadButton() {
30
return (
31
<a
32
onClick={() => handleButtonClick(href)}
33
- className="text-white hover:underline"
+ className="text-white font-semibold hover:underline"
34
href={href}
35
>
36
Download without Muse Hub
src/components/button/DownloadMuseHubButton.jsx
@@ -47,6 +47,7 @@ function DownloadMuseHubButton() {
47
<span className="icon icon-import"></span>
48
<p className="font-semibold">
49
Download Audacity {audacityReleases.version}
50
+ <p className="font-light text-s">via MuseHub</p>
51
</p>
52
</a>
53
);
0 commit comments