Skip to content

Commit

Permalink
Merge branch 'main' into rohin/truncate-algolia-v3-records
Browse files Browse the repository at this point in the history
  • Loading branch information
RohinBhargava authored Nov 5, 2024
2 parents 3b340a0 + 5e607e0 commit ab7ae8f
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 154 deletions.
1 change: 1 addition & 0 deletions packages/ui/app/src/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const UnmemoizedHeader = forwardRef<HTMLDivElement, PropsWithChildren<Header.Pro
rounded={true}
size="large"
className="max-sm:hidden"
id="fern-search-button"
/>
)}

Expand Down
1 change: 1 addition & 0 deletions packages/ui/app/src/sidebar/SidebarSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const SidebarSearchBar: React.FC<SidebarSearchBar.Props> = memo(function

return (
<button
id="fern-search-bar"
onClick={openSearchDialog}
className={cn("fern-search-bar", className)}
disabled={!searchService.isAvailable}
Expand Down
Loading

0 comments on commit ab7ae8f

Please sign in to comment.