diff --git a/_components/SearchInput.tsx b/_components/SearchInput.tsx index defcdd96d..958b3bb6b 100644 --- a/_components/SearchInput.tsx +++ b/_components/SearchInput.tsx @@ -1,76 +1,129 @@ export default function SearchInput() { return ( -
- {/* ☝️ That md:relative class is crucial for making the search bar pop up in the right place. Don't change it, or add any other positioning classes, unless you're ready to account for positioning across all breakpoints. */} -
- - - ⌘K - -
-
-
-
- {/* Text updated by JavaScript. */} + <> + {/* Search Input Trigger */} +
+
+ + + ⌘K +
- {/* Enhanced Popover for Search Results */} -