File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11'use client' ;
22
33import Link from 'next/link' ;
4- import { MountainIcon , Moon , Sun } from 'lucide-react' ;
4+ import { Moon , Sun } from 'lucide-react' ;
55import { SearchForm } from './search-form' ;
66import { Button } from './ui/button' ;
77import { useTheme } from 'next-themes' ;
@@ -20,9 +20,12 @@ export function SiteHeader() {
2020 < header className = "sticky top-0 z-50 w-full border-b bg-background text-foreground" >
2121 < div className = "flex h-16 items-center justify-between mx-6" >
2222 < Link href = "/chat" className = "flex items-center gap-2" prefetch = { false } >
23- < div className = "flex h-10 w-10 items-center justify-center rounded-lg bg-primary/10 text-primary font-semibold" >
24- LM
25- </ div >
23+ < Image src = "/assets/image.jpeg"
24+ alt = "LegalMind Logo"
25+ width = { 40 }
26+ height = { 40 }
27+ className = "rounded-lg"
28+ />
2629 < span className = "font-semibold text-primary" > LegalMind</ span >
2730 </ Link >
2831 < nav className = "hidden items-center gap-6 text-sm font-medium md:flex" >
You can’t perform that action at this time.
0 commit comments