fix: update registration button text from 'Regístrate' to 'Registro'

This commit is contained in:
miguel
2025-06-30 11:23:40 -06:00
parent 68467c2570
commit 60de9fb324
+1 -1
View File
@@ -94,7 +94,7 @@ export default function EventoCard({
}`}
className="btn mt-2 w-100 btn-outline-primary"
>
Regístrate
Registro
</Link>
)}
</div>