From c973475cb81d41c14fdd9b6db5908fad612fa711 Mon Sep 17 00:00:00 2001 From: Sayyed Sharuk Date: Wed, 10 Apr 2024 12:25:53 +0530 Subject: [PATCH] Added New Project and Skills --- src/components/Navbar/DesktopNav.tsx | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/components/Navbar/DesktopNav.tsx b/src/components/Navbar/DesktopNav.tsx index 4cd0db9..7913f0b 100644 --- a/src/components/Navbar/DesktopNav.tsx +++ b/src/components/Navbar/DesktopNav.tsx @@ -36,30 +36,11 @@ const DesktopNav = ({ buttonData }: Props) => { border={`3px solid`} borderColor={`accent`} _hover={{ - _after: { - color: "text", - w: "100%", - left: "50px", - top: "0px", - h: "100%", - }, + transform: "scaleX(-1)", }} ml={3} as={"b"} fontSize={"2xl"} - _after={{ - content: '"Sharuk Sayyed"', - w: "100%", - h: "0px", - color: "transparent", - pos: "absolute", - top: "-100%", - left: "50px", - zIndex: -1, - transition: "500ms cubic-bezier(0.18, 0.89, 0.32, 1.28)", - borderBottom: "2px solid", - borderBottomColor: "accent", - }} > §