From a9e9c2079d637ff353cc86653508e137cf629f8d Mon Sep 17 00:00:00 2001 From: Harsh Upadhye Date: Thu, 27 Jul 2023 18:42:15 +0530 Subject: [PATCH] Bug-Icon-Hover #1829 --- app/projects/[username]/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/projects/[username]/page.tsx b/app/projects/[username]/page.tsx index 104f80e3..ec29dc95 100644 --- a/app/projects/[username]/page.tsx +++ b/app/projects/[username]/page.tsx @@ -149,10 +149,10 @@ function ProjectList() { href={userObj.Social_media?.gitHub} target="_blank" rel="noreferrer" - className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-purple-500" + className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-gray-500" aria-label="Github" > - + )} @@ -162,10 +162,10 @@ function ProjectList() { href={userObj.Social_media?.LinkedIn} target="_blank" rel="noreferrer" - className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-purple-500" + className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-blue-900" aria-label="Github" > - + )} @@ -175,10 +175,10 @@ function ProjectList() { href={userObj.Social_media?.Twitter} target="_blank" rel="noreferrer" - className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-purple-500" + className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-blue-500" aria-label="Github" > - + )} @@ -188,7 +188,7 @@ function ProjectList() { href={userObj.Social_media?.YouTube} target="_blank" rel="noreferrer" - className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-purple-500" + className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-red-900" aria-label="Github" > @@ -201,10 +201,10 @@ function ProjectList() { href={userObj.Social_media?.Instagram} target="_blank" rel="noreferrer" - className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-purple-500" + className="cursor-pointer inline-flex h-10 items-center rounded-lg font-extrabold text-[1.5rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-red-500" aria-label="Github" > - + )} @@ -237,10 +237,10 @@ function ProjectList() { href={project.link} target="_blank" rel="noreferrer" - className="inline-flex h-10 items-center rounded-lg font-extrabold text-[2rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-purple-500 " + className="inline-flex h-10 items-center rounded-lg font-extrabold text-[2rem] hover:scale-110 transition-all duration-300 ease-in-out hover:text-gray-500 " aria-label="Github" > - +