Skip to content

Commit f6b8356

Browse files
committed
Remove duplicate icon
1 parent f4be630 commit f6b8356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav-links/arrow-nav-links.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ReactElement } from "react"
55
import { useThemeConfig } from "nextra-theme-docs"
66
import type { DocsThemeConfig } from "nextra-theme-docs"
77

8-
import { ArrowDown } from "@/app/conf/_design-system/pixelarticons/arrow-down"
8+
import ArrowDown from "@/app/conf/_design-system/pixelarticons/arrow-down.svg?svgr"
99

1010
interface NavLinkProps {
1111
currentIndex: number

0 commit comments

Comments
 (0)