Skip to content

Commit

Permalink
Footer Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Jun 21, 2024
1 parent 2bf369c commit 24141a0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/Components/CardMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -44,7 +42,6 @@ function CardMain({ imgSrc, title, hearts }) {
</i>
</div>
</div>

<div className="stat">
<div>
<p>
Expand Down
2 changes: 0 additions & 2 deletions src/Components/Login.css
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ form.sign-in-form {
grid-template-columns: repeat(2, 1fr);
}



.container1:before {
content: "";
position: absolute;
Expand Down
1 change: 0 additions & 1 deletion src/Components/TopContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ function TopContainer() {
</div>
)}
</div>

<Link to="/Login" className="profileIconlogin">
Launch Your Journey
</Link>
Expand Down

0 comments on commit 24141a0

Please sign in to comment.