From 814b43498b6b890d55b6f1d53487fe859ddc53ec Mon Sep 17 00:00:00 2001 From: Radiquum Date: Wed, 23 Jul 2025 13:22:53 +0500 Subject: [PATCH] feat: add hover effect on links --- app/Section/Characters.tsx | 4 ++-- app/Section/Contacts.tsx | 2 +- app/Section/Photos.tsx | 2 +- app/Section/Projects.tsx | 2 +- app/components/IconWithText.tsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Section/Characters.tsx b/app/Section/Characters.tsx index 3a73d7c..ec39e7c 100644 --- a/app/Section/Characters.tsx +++ b/app/Section/Characters.tsx @@ -23,9 +23,9 @@ export const Characters = () => {

Characters

-
+
{links.map((item) => ( - + { {links.map((item) => { if (item.url) { return ( - + {

Photos

-
+
{links.map((item) => ( {

Projects

{links.map((item) => ( - + ))} diff --git a/app/components/IconWithText.tsx b/app/components/IconWithText.tsx index 9e07af4..0c35062 100644 --- a/app/components/IconWithText.tsx +++ b/app/components/IconWithText.tsx @@ -6,7 +6,7 @@ type IconWithTextProps = { export const IconWithText = ({ icon, text, desc }: IconWithTextProps) => { return ( -
+
{/* eslint-disable-next-line @next/next/no-img-element */} {""}