Skip to content

Commit

Permalink
Adjust positioning of logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush-Tilokani committed Oct 6, 2024
1 parent d897315 commit c48d4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ 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">
<a href="/" className="flex gap-1">
<a href="/" className="flex gap-1.5">
<img className="mb-2 h-10" src={DocsGPT3} alt="" />
<p className="my-auto text-2xl font-semibold">DocsGPT</p>
</a>
Expand Down

0 comments on commit c48d4ae

Please sign in to comment.