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 f4be630 commit f6b8356Copy full SHA for f6b8356
src/components/nav-links/arrow-nav-links.tsx
@@ -5,7 +5,7 @@ import type { ReactElement } from "react"
5
import { useThemeConfig } from "nextra-theme-docs"
6
import type { DocsThemeConfig } from "nextra-theme-docs"
7
8
-import { ArrowDown } from "@/app/conf/_design-system/pixelarticons/arrow-down"
+import ArrowDown from "@/app/conf/_design-system/pixelarticons/arrow-down.svg?svgr"
9
10
interface NavLinkProps {
11
currentIndex: number
0 commit comments