Skip to content

Commit 20f085a

Browse files
committed
styling
1 parent ebab37d commit 20f085a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/button/DownloadMuseHubButton.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ function DownloadMuseHubButton() {
4545
href={href}
4646
>
4747
<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>
48+
<p>
49+
<span className="font-semibold">
50+
Download Audacity {audacityReleases.version}</span><br/>
51+
<span className="font-light text-s">via MuseHub</span>
5152
</p>
5253
</a>
5354
);

0 commit comments

Comments
 (0)