mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-16 17:55:49 +00:00
Update shared/components/project-cards.tsx
Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
@@ -54,7 +54,7 @@ const ProjectCard = ({ project, index, showCarousel = true }: {
|
|||||||
)}
|
)}
|
||||||
{!showCarousel && project.buttonText && (
|
{!showCarousel && project.buttonText && (
|
||||||
<div className="project-button">
|
<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>
|
</div>
|
||||||
)}
|
)}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user