Fixing some small merge issues and ensure docker runs the backend properly

This commit is contained in:
Keith Stevens
2023-01-03 15:01:24 +09:00
parent a926703eec
commit dbfa77e8b7
6 changed files with 5 additions and 33 deletions
-4
View File
@@ -7,7 +7,6 @@ import { useSession } from "next-auth/react";
import { FaUser } from "react-icons/fa";
import { ColorModeIconToggle } from "../UI/ColorModeIconToggle";
import { NavLinks } from "./NavLinks";
import { UserMenu } from "./UserMenu";
function MenuIcon(props) {
@@ -69,9 +68,6 @@ export function Header(props) {
<Image src="/images/logos/logo.svg" className="mx-auto object-fill" width="50" height="50" alt="logo" />
<span className="text-2xl font-bold ml-3">Open Assistant</span>
</Link>
<div className="hidden lg:flex lg:gap-10">
<NavLinks />
</div>
</div>
<div className="flex items-center gap-4">
<Popover className="lg:hidden">