Skip to content

Commit cf06337

Browse files
committed
fix jsx
1 parent e55509f commit cf06337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card/DownloadCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +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>}
23+
{title.includes('ARM64') && <p>No plugin support. <a href="#arm" className="hyperlink">More info</a></p>}
2424
<a
2525
onClick={() => {
2626
handleDownloadButtonClick();

0 commit comments

Comments
 (0)