Skip to content

Commit

Permalink
Make logo clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush-Tilokani committed Oct 5, 2024
1 parent d536b9d commit d897315
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,10 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
className={'visible mt-2 flex h-[6vh] w-full justify-between md:h-12'}
>
<div className="my-auto mx-4 flex cursor-pointer gap-1.5">
<img className="mb-2 h-10" src={DocsGPT3} alt="" />
<p className="my-auto text-2xl font-semibold">DocsGPT</p>
<a href="/" className="flex gap-1">
<img className="mb-2 h-10" src={DocsGPT3} alt="" />
<p className="my-auto text-2xl font-semibold">DocsGPT</p>
</a>
</div>
<button
className="float-right mr-5"
Expand Down

0 comments on commit d897315

Please sign in to comment.