fix mobile nav button color

This commit is contained in:
2025-04-11 02:43:51 +02:00
parent 435bb7cc00
commit 2cc533daca
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import { ThemeToggle } from 'fumadocs-ui/components/layout/theme-toggle'
import type { HomeLayoutProps } from 'fumadocs-ui/layouts/home'
import type { LinkItemType } from 'fumadocs-ui/layouts/links'
import { replaceOrDefault } from 'fumadocs-ui/layouts/shared'
import { ChevronDown } from 'lucide-react'
import Link from 'next/link'
import { Fragment } from 'react'
import { Menu, MenuContent, MenuLinkItem, MenuTrigger } from './home/menu'