From 305fc5385ad823198b613245ddf1f9255d3739a0 Mon Sep 17 00:00:00 2001 From: devXamr Date: Thu, 2 Apr 2026 20:09:35 +0530 Subject: [PATCH] Fix: clarify sidebar version switch button label from 'v4' or 'v5' to 'View {versionName} docs' --- app/docs/layout.tsx | 2 +- app/v5/layout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/docs/layout.tsx b/app/docs/layout.tsx index 5d34095..e8d612a 100644 --- a/app/docs/layout.tsx +++ b/app/docs/layout.tsx @@ -64,7 +64,7 @@ export default function Layout({ children }: { children: ReactNode }) { style={{ paddingInlineStart: "calc(var(--spacing) * 2)" }} > - v5 + View v5 docs diff --git a/app/v5/layout.tsx b/app/v5/layout.tsx index a922dd2..5bf8e7f 100644 --- a/app/v5/layout.tsx +++ b/app/v5/layout.tsx @@ -64,7 +64,7 @@ export default function Layout({ children }: { children: ReactNode }) { style={{ paddingInlineStart: "calc(var(--spacing) * 2)" }} > - v4 + View v4 docs