Skip to content

Commit

Permalink
Testing single-l(changing hashtag to link)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arush committed Aug 16, 2024
1 parent 9983564 commit d230e45
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions app/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,21 @@ function Navbar() {

<ul className="mt-4 flex h-screen max-h-0 w-full flex-col items-start text-sm opacity-0 md:mt-0 md:h-auto md:max-h-screen md:w-auto md:flex-row md:space-x-1 md:border-0 md:opacity-100" id="navbar-default">
<li>
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="/#about">
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="https://arushyadlapati.github.io/website/#about">
<div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">ABOUT</div>
</Link>
</li>
<li>
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="/#experience"><div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">EXPERIENCE</div></Link>
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="/#experience">
<div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">EXPERIENCE</div></Link>
</li>
<li>
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="/#skills"><div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">SKILLS</div></Link>
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="/#skills">
<div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">SKILLS</div></Link>
</li>
<li>
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="/#projects"><div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">PROJECTS</div></Link>
<Link className="block px-4 py-2 no-underline outline-none hover:no-underline" href="/#projects">
<div className="text-sm text-white transition-colors duration-300 hover:text-pink-600">PROJECTS</div></Link>
</li>
</ul>
</div>
Expand Down

0 comments on commit d230e45

Please sign in to comment.