Skip to content

Commit 296670b

Browse files
committed
update mobile menu
1 parent bf4123f commit 296670b

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/components/mobileMenu/index.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,8 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
4242
</DropdownMenu.Item>
4343

4444
<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
45-
<Link
46-
href="https://docsbot.ai/chat/skFEy0qDC01GrRrZ7Crs/EPqsd8nu2XmKzWnd45tL"
47-
target="_blank"
48-
className="mt-2 md:hidden"
49-
>
50-
Ask A Bot
45+
<Link href="#" className="mt-2 kapa-ai-class md:hidden">
46+
Ask AI
5147
</Link>
5248
</DropdownMenu.Item>
5349
<DropdownMenu.Separator className={styles.DropdownMenuSeparator} />

src/components/search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export function Search({path, autoFocus, searchPlatforms = [], showChatBot}: Pro
277277
color="gray"
278278
size="3"
279279
radius="medium"
280-
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class"
280+
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class hidden md:block"
281281
>
282282
<div>
283283
<svg

0 commit comments

Comments
 (0)