mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Just show Khoj logo on title bar on small screens
Continue to show logo + text on larger screens
This commit is contained in:
@@ -23,7 +23,7 @@ import {
|
||||
DropdownMenuTrigger,
|
||||
} from "@/components/ui/dropdown-menu";
|
||||
import { Moon, Sun, UserCircle, User, Robot, MagnifyingGlass, Question, GearFine, ArrowRight } from '@phosphor-icons/react';
|
||||
import { KhojLogo } from '../logo/khogLogo';
|
||||
import { KhojLogoType } from '../logo/khogLogo';
|
||||
|
||||
|
||||
interface NavMenuProps {
|
||||
@@ -99,7 +99,7 @@ export default function NavMenu(props: NavMenuProps) {
|
||||
{
|
||||
!displayTitle && props.showLogo &&
|
||||
<Link href='/'>
|
||||
<KhojLogo />
|
||||
<KhojLogoType />
|
||||
</Link>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user