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