From 562da0cc9bf239c3f019d0dad36b377d325dbcb9 Mon Sep 17 00:00:00 2001 From: KinfeMichael Tariku <65047246+Kinfe123@users.noreply.github.com> Date: Sun, 12 Oct 2025 03:15:10 +0300 Subject: [PATCH] docs: powered by inkeep attribute (#5239) Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com> Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Bereket Engida --- docs/components/floating-ai-search.tsx | 83 +++++++++++++++++++++----- 1 file changed, 69 insertions(+), 14 deletions(-) diff --git a/docs/components/floating-ai-search.tsx b/docs/components/floating-ai-search.tsx index 77a9da9a..d70232d9 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{" "} + + + +

+ +