fix(parity): update footer translations, certificate links, references CTA and trade fairs
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Successful in 1m5s
Build & Deploy / 🏗️ Build (push) Successful in 2m43s
Build & Deploy / 🚀 Deploy (push) Successful in 25s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-05-27 13:03:00 +02:00
parent 2b79d18a93
commit 2dbafec633
8 changed files with 25 additions and 15 deletions

View File

@@ -147,7 +147,7 @@ export function CertificatesBlock({ badge, title, description, certificates = de
return (
<motion.a
key={index}
href={cert.pdfUrl}
href={encodeURI(cert.pdfUrl)}
target="_blank"
rel="noopener noreferrer"
variants={itemVariants}