Skip to content

Commit

Permalink
update mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
chargome committed Dec 20, 2024
1 parent bf4123f commit 296670b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
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

0 comments on commit 296670b

Please sign in to comment.