Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ const Navbar = () => {
<Link href='/#contributors'>Contributors
</Link>
</li>
<li className='p-4'>
<Link href='/#rashob'>Rashob
</Link>
</li>
</ul>
<div onClick={handleNav} className='block sm:hidden z-10'>
{nav ? (
Expand All @@ -70,6 +74,10 @@ const Navbar = () => {
<Link href='/#contributors'>Contributors
</Link>
</li>
<li onClick={()=> setNav(false)} className='p-5 text-4xl hover:text-gray-400'>
<Link href='/#rashob'>Rashob
</Link>
</li>
</ul>
</div>
</div>
Expand Down
Empty file added components/Rashob.jsx
Empty file.