Skip to content

Commit

Permalink
Merge branch 'main' of github.com:open-xyz/Paradox
Browse files Browse the repository at this point in the history
  • Loading branch information
haider-patanwala committed Dec 17, 2023
2 parents e3ce5a7 + 3b9808a commit f8def65
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 f8def65

Please sign in to comment.