feat(FooterLink): tweak the styles

This commit is contained in:
Ilia Mashkov
2026-04-23 09:42:33 +03:00
parent dbcc1caeb0
commit ada484e2e0
+1 -1
View File
@@ -43,6 +43,6 @@ let {
<span>{text}</span>
<ArrowUpRightIcon
size={10}
class="opacity-0 -translate-x-1 group-hover:opacity-100 group-hover:translate-x-0 transition-all duration-200"
class="fill-body group-hover:opacity-100 group-hover:translate-x-0 transition-all duration-200"
/>
</a>