Skip to content

Commit

Permalink
ui: remove semantic search button
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed May 28, 2024
1 parent 9daef8e commit 4d931e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { Nav, NavDrawer } from '@/app/(main)/nav';
import { Branding } from '@/components/branding';
import { SemanticSearch } from '@/components/semantic-search';
import { SiteNavActionBar, SiteNavFooter } from '@/components/site-nav-footer';
import { ScrollArea } from '@/components/ui/scroll-area';
import { Toaster } from '@/components/ui/sonner';
Expand Down Expand Up @@ -35,7 +34,6 @@ export default function Layout ({ children }: {
</header>
<div className="fixed top-0 right-2 md:top-4 md:right-4 z-10">
<div className="flex gap-2 items-center">
<SemanticSearch />
<SiteNavActionBar className="flex h-fit" social={socialMemo} />
</div>
</div>
Expand Down

0 comments on commit 4d931e1

Please sign in to comment.