mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
fix(help): ui
This commit is contained in:
@@ -361,9 +361,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
|
||||
<div className="flex flex-col justify-end text-eerie-black dark:text-white">
|
||||
<div className="flex justify-between items-center px-1 py-1">
|
||||
<div className="flex items-center gap-1">
|
||||
<div className="rounded-full hover:bg-gray-100 dark:hover:bg-[#28292E]">
|
||||
<Help />
|
||||
</div>
|
||||
<Help />
|
||||
</div>
|
||||
<div className="flex items-center gap-1">
|
||||
<NavLink
|
||||
|
||||
Reference in New Issue
Block a user