File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments