Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/components/mobileMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,8 @@ export function MobileMenu({pathname, searchPlatforms}: Props) {
</DropdownMenu.Item>

<DropdownMenu.Item className={styles.DropdownMenuItem} asChild>
<Link
href="https://docsbot.ai/chat/skFEy0qDC01GrRrZ7Crs/EPqsd8nu2XmKzWnd45tL"
target="_blank"
className="mt-2 md:hidden"
>
Ask A Bot
<Link href="#" className="mt-2 kapa-ai-class md:hidden">
Ask AI
</Link>
</DropdownMenu.Item>
<DropdownMenu.Separator className={styles.DropdownMenuSeparator} />
Expand Down
2 changes: 1 addition & 1 deletion src/components/search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function Search({path, autoFocus, searchPlatforms = [], showChatBot}: Pro
color="gray"
size="3"
radius="medium"
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class"
className="font-medium text-[var(--foreground)] py-2 px-3 uppercase cursor-pointer kapa-ai-class hidden md:block"
>
<div>
<svg
Expand Down
Loading