We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cef30a commit da5a12aCopy full SHA for da5a12a
src/components/Nav/Menu/ItemContent.tsx
@@ -5,7 +5,7 @@ import { cleanPath } from "@/lib/utils/url"
5
6
import type { Level, NavItem } from "../types"
7
8
-import { useNavMenuColors } from "@/hooks/useNavMenuColorsTw"
+import { useNavMenuColors } from "@/hooks/useNavMenuColors"
9
10
type ItemProps = {
11
item: NavItem
src/components/Nav/Menu/useSubMenu.ts
@@ -1,7 +1,7 @@
1
import type { MotionProps } from "framer-motion"
2
import { useRouter } from "next/router"
3
4
import { useRtlFlip } from "@/hooks/useRtlFlip"
const PADDING = 4 // Chakra-UI space token
0 commit comments