mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-08 15:33:54 +05:00
feat: add hover effect on links
This commit is contained in:
parent
72bad7b8ea
commit
814b43498b
5 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue