Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhjain1712 committed Sep 1, 2024
1 parent b9cf41c commit 1e23407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ const Header = () => {
<HiOutlineBadgeCheck className="nav__icon"/>Skills
</a>
</li>
<li className="nav__item">
{/* <li className="nav__item">
<a href="#services" onClick={() => setActiveNav("#services")}
className={activeNav === "#services" ? "nav__link active-link" : "nav__link"}>
<HiOutlineClipboardList className="nav__icon"/>Services
</a>
</li>
</li> */}
<li className="nav__item">
<a href="#portfolio" onClick={() => setActiveNav("#portfolio")}
className={activeNav === "#portfolio" ? "nav__link active-link" : "nav__link"}>
Expand Down

0 comments on commit 1e23407

Please sign in to comment.