diff --git a/src/Components/CardMain.js b/src/Components/CardMain.js index 18d14111..fe80d5d6 100644 --- a/src/Components/CardMain.js +++ b/src/Components/CardMain.js @@ -5,9 +5,7 @@ import { features } from "./projects"; function CardMain({ imgSrc, title, hearts }) { const [isVisible, setIsVisible] = useState(new Array(features.length).fill(false)); - let hideTimeout; - useEffect(() => { return () => { clearTimeout(hideTimeout); @@ -44,7 +42,6 @@ function CardMain({ imgSrc, title, hearts }) { -
diff --git a/src/Components/Login.css b/src/Components/Login.css index 92627201..614e507c 100644 --- a/src/Components/Login.css +++ b/src/Components/Login.css @@ -213,8 +213,6 @@ form.sign-in-form { grid-template-columns: repeat(2, 1fr); } - - .container1:before { content: ""; position: absolute; diff --git a/src/Components/TopContainer.js b/src/Components/TopContainer.js index 7ca454e8..f6e62030 100644 --- a/src/Components/TopContainer.js +++ b/src/Components/TopContainer.js @@ -183,7 +183,6 @@ function TopContainer() {