feat: add hover effect on links

This commit is contained in:
Kentai Radiquum 2025-07-23 13:22:53 +05:00
parent 72bad7b8ea
commit 814b43498b
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 6 additions and 6 deletions

View file

@ -37,7 +37,7 @@ export const Contacts = () => {
{links.map((item) => {
if (item.url) {
return (
<Link href={item.url} key={`socials.link.${item.text}`}>
<Link href={item.url} key={`contacts.link.${item.text}`}>
<IconWithText
icon={item.icon}
text={item.text}