Skip to content

Commit

Permalink
Merge pull request #354 from Ojas-Arora/test
Browse files Browse the repository at this point in the history
Footer Icon working set
  • Loading branch information
SUGAM-ARORA authored Jun 21, 2024
2 parents 7d726c7 + 24141a0 commit 7ccc723
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 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
7 changes: 6 additions & 1 deletion src/Components/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
.footer-section-title {
color: white;
font-weight: bold;
font-size: 24px;
font-size: 23px;
}

.footer-section-title:hover {
color: #cf00a3;
font-size: 27px;
}

.footer-links {
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/MainRightBottomCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ function MainRightBottomCard() {
<h2>Top Contributor</h2>
<a href="#">View More</a>
</div>

{TopSeller &&
TopSeller.map((seller) => (
<div className="topSeller fromTop" key={seller.id}>
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 7ccc723

Please sign in to comment.