rm arrows

This commit is contained in:
akcodez
2025-06-11 10:16:19 -07:00
parent a7fd85618b
commit 8d72c91e4f
3 changed files with 1 additions and 30 deletions

View File

@@ -148,7 +148,6 @@ function FeatureCard({ title, description }) {
<header className="feature-header">
<h2 className="feature-title">
{translate(title)}
<span className="feature-arrow" aria-hidden="true"></span>
</h2>
</header>
<p className="feature-description">{translate(description)}</p>