diff --git a/docs/components/floating-ai-search.tsx b/docs/components/floating-ai-search.tsx index 77a9da9aaf..d70232d924 100644 --- a/docs/components/floating-ai-search.tsx +++ b/docs/components/floating-ai-search.tsx @@ -3,6 +3,7 @@ import { RemoveScroll } from "react-remove-scroll"; import { type ComponentProps, createContext, + SVGProps, type SyntheticEvent, use, useEffect, @@ -350,6 +351,48 @@ function Message({ ); } +const InKeepLogo = (props: SVGProps) => { + return ( + + + + + + + + + + + ); +}; export function AISearchTrigger() { const [open, setOpen] = useState(false); @@ -400,20 +443,32 @@ export function AISearchTrigger() { }} >
- +
+

+ Powered by{" "} + + + +

+ +