forked from PolarisPyra/daphnis
removed search bar
This commit is contained in:
parent
43daea7994
commit
7fe79979b5
@ -42,14 +42,14 @@ const HeaderNavigation = async () => {
|
|||||||
</Sheet>
|
</Sheet>
|
||||||
<div className="flex w-full items-center gap-4 md:ml-auto md:gap-2 lg:gap-4">
|
<div className="flex w-full items-center gap-4 md:ml-auto md:gap-2 lg:gap-4">
|
||||||
<form className="ml-auto flex-1 sm:flex-initial">
|
<form className="ml-auto flex-1 sm:flex-initial">
|
||||||
<div className="relative">
|
{/* <div className="relative">
|
||||||
<Search className="absolute left-2.5 top-2.5 h-4 w-4 text-muted-foreground" />
|
<Search className="absolute left-2.5 top-2.5 h-4 w-4 text-muted-foreground" />
|
||||||
<Input
|
<Input
|
||||||
type="search"
|
type="search"
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
className="pl-8 sm:w-[300px] md:w-[200px] lg:w-[300px]"
|
className="pl-8 sm:w-[300px] md:w-[200px] lg:w-[300px]"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
</form>
|
</form>
|
||||||
<DarkToggle />
|
<DarkToggle />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user