Skip to content

Commit

Permalink
modified navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rohansx committed Dec 17, 2023
1 parent 7f6e33e commit 3b9808a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Header: React.FC<HeaderProps> = () => {
Medicine Analyzer
</Link>

<Link
{/* <Link
className={`${
pathname === '/physio' ? '' : 'text-secondaryGrey'
} transition-all duration-300 ease-in-out hover:underline hover:text-white hover:scale-105`}
Expand All @@ -52,7 +52,7 @@ const Header: React.FC<HeaderProps> = () => {
href={'/chat'}
>
Doctor AI
</Link>
</Link> */}
</Menubar>
</div>
);
Expand Down

0 comments on commit 3b9808a

Please sign in to comment.