Skip to content

Commit e55509f

Browse files
committed
add ARM warnings
1 parent fc9b6ab commit e55509f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/card/DownloadCard.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function DownloadCard(props) {
2020
<div className="border border-bg-200 rounded-md p-6">
2121
<div className="flex flex-col sm:flex-row gap-2 justify-between items-center">
2222
<h2 className="text-xl font-semibold">{title}</h2>
23+
{title.includes('ARM64') && <p>No plugin support. <a href="#arm" class="hyperlink">More info</a></p>}
2324
<a
2425
onClick={() => {
2526
handleDownloadButtonClick();

src/pages/download/windows.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import DownloadPageLayout from "../../layouts/DownloadPageLayout.astro";
2828
drive or SSD to operate. Network storage, consumer-grade external hard drives
2929
or USB thumbdrives may be unreliable.
3030
</p>
31-
<div class="border-yellow-400 border-2 p-4 rounded-lg mt-4">
31+
<div class="border-yellow-400 border-2 p-4 rounded-lg mt-4" id="arm">
3232
<h4 class="">Windows on ARM notes</h4>
3333
Audacity for Windows ARM64 (WoA) is in beta. At this time, it comes with the following
3434
caveats:

0 commit comments

Comments
 (0)