From 19bc1b06510b4c30872cc4914f39ba9604a51c40 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:09:40 +0700 Subject: [PATCH] fix: remove unsupported target prop from Card component --- components/CertificateDownload.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/CertificateDownload.tsx b/components/CertificateDownload.tsx index 08284f3..66c9a58 100644 --- a/components/CertificateDownload.tsx +++ b/components/CertificateDownload.tsx @@ -64,7 +64,6 @@ export function CertificateDownload() { icon={getIcon('root')} title={cert.name} href={getDownloadLink(cert) || '#'} - target="_blank" /> ))} @@ -79,7 +78,6 @@ export function CertificateDownload() { icon={getIcon('intermediate')} title={cert.name} href={getDownloadLink(cert) || '#'} - target="_blank" /> ))}