From d3ec3755c2d022bca69e51c5b8d26ec7a154f26c Mon Sep 17 00:00:00 2001 From: yousifpa98 Date: Wed, 22 Jan 2025 15:59:56 +0100 Subject: [PATCH] added js icon to techstack --- src/components/Switch.jsx | 18 ++++++++---------- src/components/TechStack.jsx | 8 ++++++++ 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/components/Switch.jsx b/src/components/Switch.jsx index ff4602f..004960b 100644 --- a/src/components/Switch.jsx +++ b/src/components/Switch.jsx @@ -45,8 +45,6 @@ const SwitchContainer = styled.div` } `; - - const StyledSunIcon = styled(SunIcon)` fill: #fff145; `; @@ -77,15 +75,21 @@ const Switch = ({ initialAnimation, onMouseEnter, onAnimationEnd }) => { >
+ @@ -95,12 +99,6 @@ const Switch = ({ initialAnimation, onMouseEnter, onAnimationEnd }) => { colormode === "dark" ? "setting" : "rising" }`} /> -