From 3ac7ecfb1c9297f4f4412b74ed0f05bf36d89686 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Sat, 23 May 2026 20:16:45 +0900 Subject: [PATCH] fix: use Link component for Gen1 Docs Legacy sidebar link --- src/components/Layout/LayoutHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Layout/LayoutHeader.tsx b/src/components/Layout/LayoutHeader.tsx index 08342762d40..9383e67c992 100644 --- a/src/components/Layout/LayoutHeader.tsx +++ b/src/components/Layout/LayoutHeader.tsx @@ -219,7 +219,7 @@ export const LayoutHeader = ({ activeSection={activeSection} /> {!isGen1 && ( - @@ -228,7 +228,7 @@ export const LayoutHeader = ({ Legacy - + )}