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 e55509f commit cf06337Copy full SHA for cf06337
src/components/card/DownloadCard.jsx
@@ -20,7 +20,7 @@ function DownloadCard(props) {
20
<div className="border border-bg-200 rounded-md p-6">
21
<div className="flex flex-col sm:flex-row gap-2 justify-between items-center">
22
<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>}
+ {title.includes('ARM64') && <p>No plugin support. <a href="#arm" className="hyperlink">More info</a></p>}
24
<a
25
onClick={() => {
26
handleDownloadButtonClick();
0 commit comments