Skip to content

Commit d7a2ea3

Browse files
committed
remove "via musehub" from main button
1 parent a3af151 commit d7a2ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/DownloadMuseHubButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function DownloadMuseHubButton() {
5050
<p>
5151
<span className="font-semibold">
5252
Download Audacity {audacityReleases.version}</span><br/>
53-
{!isLinux && <span className="font-light text-s">via MuseHub</span>}
53+
{false && <span className="font-light text-s">via MuseHub</span>}
5454
</p>
5555
</a>
5656
);

0 commit comments

Comments
 (0)