Skip to content

Commit

Permalink
Added New Project and Skills
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Apr 10, 2024
1 parent f246822 commit c973475
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/components/Navbar/DesktopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}}
>
§
</Text>
Expand Down

0 comments on commit c973475

Please sign in to comment.