This commit is contained in:
2026-01-06 16:33:24 -06:00
parent 45c8fe1cf3
commit 2e425061c3

View File

@@ -58,7 +58,7 @@ function RouteComponent() {
className="group text-muted-foreground hover:text-primary flex items-center gap-1.5 text-sm font-medium transition-colors"
>
<span>Ver todos</span>
{/* La flecha se mueve a la derecha al hacer hover en el grupo */}
{/* La flecha se mueve a la derecha al hacer hover en el grupoo */}
<ArrowRight className="h-4 w-4 transition-transform duration-300 group-hover:translate-x-1" />
</a>
</div>