fix: hover bg color change fixed using correct css var

This commit is contained in:
Hanzalah Waheed
2025-10-01 23:33:48 +04:00
parent 444b1a0b65
commit 892312fc08
2 changed files with 3 additions and 3 deletions

View File

@@ -352,7 +352,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
}}
>
<a href="/" className="flex gap-1.5">
<img className="mb-2 h-10" src={DocsGPT3} alt="DocsGPT Logo" />
<img className="h-10" src={DocsGPT3} alt="DocsGPT Logo" />
<p className="my-auto text-2xl font-semibold">DocsGPT</p>
</a>
</div>