Skip to content

Commit

Permalink
Typo in Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvan2006 committed Sep 11, 2024
1 parent 95e6fda commit c3552ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default function Navbar() {
>
<div className='focus:outline-none hover:text-[#7f7f7f] transition duration-100 flex items-center cursor-pointer'>
{/* TODO: Add this page.tsx */}
<Link href="#">Research Notebooks</Link>
<Link href="#">Research</Link>

<svg
className={`ml-1 mt-0.5 h-4 w-4 transition-transform duration-200 ${isNotebookDropdownOpen ? 'rotate-180' : ''}`}
Expand Down

0 comments on commit c3552ab

Please sign in to comment.