Skip to content

Commit

Permalink
make contact page available in Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ardianta committed Oct 28, 2024
1 parent 53a7f22 commit fa86d63
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/Navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ export default function Navbar() {
Tentang
</Link>
</li>


<li className="my-4">
<Link to="/contact" onClick={toggleNavbar} className="text-sm hover:text-blue-600">
Kontak
</Link>
</li>
</ul>

<div className=" justify-center mt-20">
Expand Down Expand Up @@ -111,6 +114,9 @@ export default function Navbar() {
<li className="mr-8">
<Link to="/about" className="hover:text-blue-600">Tentang</Link>
</li>
<li className="mr-8">
<Link to="/contact" className="hover:text-blue-600">Kontak</Link>
</li>
</ul>

<CTAButtons />
Expand Down

0 comments on commit fa86d63

Please sign in to comment.