From 5bd9065af3b8b7703320c50d1756b70d8a05c7ec Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Wed, 6 Nov 2024 11:45:12 +0100 Subject: [PATCH 1/2] update button label --- src/components/search/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search/index.tsx b/src/components/search/index.tsx index 5ac79ce9b4bb6..5c49a51c0c394 100644 --- a/src/components/search/index.tsx +++ b/src/components/search/index.tsx @@ -288,7 +288,7 @@ export function Search({path, autoFocus, searchPlatforms = [], showChatBot}: Pro style={{textWrap: 'nowrap'}} className="hidden md:flex" > - Ask A Bot + Ask AI )} From 6d6aa2740082e941bb23f7c881df98366febef15 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Wed, 6 Nov 2024 12:12:13 +0100 Subject: [PATCH 2/2] add sparkles --- src/components/search/index.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/components/search/index.tsx b/src/components/search/index.tsx index 5c49a51c0c394..8ba047644de49 100644 --- a/src/components/search/index.tsx +++ b/src/components/search/index.tsx @@ -286,9 +286,23 @@ export function Search({path, autoFocus, searchPlatforms = [], showChatBot}: Pro href="https://docsbot.ai/chat/skFEy0qDC01GrRrZ7Crs/EPqsd8nu2XmKzWnd45tL" target="_blank" style={{textWrap: 'nowrap'}} - className="hidden md:flex" + className="hidden md:flex items-center" > - Ask AI + + + + Ask AI )}