From 1340c8294850439b8ee0b3b952b2aee190a84135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 10 Mar 2026 16:33:24 +0100 Subject: [PATCH] fixup icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs-ui/src/components/Navigation/Navigation.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-ui/src/components/Navigation/Navigation.tsx b/docs-ui/src/components/Navigation/Navigation.tsx index ac62c03d7a..d27303d94b 100644 --- a/docs-ui/src/components/Navigation/Navigation.tsx +++ b/docs-ui/src/components/Navigation/Navigation.tsx @@ -4,7 +4,7 @@ import Link from 'next/link'; import { usePathname } from 'next/navigation'; import clsx from 'clsx'; import { - RiCollageLine, + RiCodeSSlashLine, RiFileHistoryLine, RiHazeLine, RiPaletteLine, @@ -66,7 +66,7 @@ export const Navigation = ({ onLinkClick }: NavigationProps) => {
- + Components
{components.map(item => { @@ -93,7 +93,7 @@ export const Navigation = ({ onLinkClick }: NavigationProps) => { ); })}
- Hooks + Hooks
{hooks.map(item => { const isActive = pathname === `/hooks/${item.slug}`;