Update shared/components/project-cards.tsx

Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
Aria Keshmiri
2025-08-28 11:01:42 -07:00
committed by GitHub
parent 52ccf12b03
commit 6d9f2e6608

View File

@@ -54,7 +54,7 @@ const ProjectCard = ({ project, index, showCarousel = true }: {
)}
{!showCarousel && project.buttonText && (
<div className="project-button">
<a href={project.url} className="btn-arrow battle-tested-arrow">{translate(project.buttonText)}</a>
<span className="btn-arrow battle-tested-arrow">{translate(project.buttonText)}</span>
</div>
)}
</a>