diff --git a/apps/website/screens/components/application-layout/code/ApplicationLayoutCodePage.tsx b/apps/website/screens/components/application-layout/code/ApplicationLayoutCodePage.tsx
index c06008ad6..4f2e56d06 100644
--- a/apps/website/screens/components/application-layout/code/ApplicationLayoutCodePage.tsx
+++ b/apps/website/screens/components/application-layout/code/ApplicationLayoutCodePage.tsx
@@ -96,10 +96,10 @@ const sections = [
title: "Examples",
subSections: [
{
- title: "Basic usage",
+ title: "Application layout with components",
content: (
- ),
- },
- {
- title: "With sidenav",
- content: (
-
- ),
- },
- {
- title: "Custom header and footer",
- content: (
-
),
diff --git a/apps/website/screens/components/header/code/HeaderCodePage.tsx b/apps/website/screens/components/header/code/HeaderCodePage.tsx
index 5b1682350..ef737346e 100644
--- a/apps/website/screens/components/header/code/HeaderCodePage.tsx
+++ b/apps/website/screens/components/header/code/HeaderCodePage.tsx
@@ -110,30 +110,22 @@ const sections = [
),
},
- // UPDATE to new sandbox link when available
- // {
- // title: "Examples",
- // subSections: [
- // {
- // title: "Header in application layout",
- // content: (
- //
- // ),
- // },
- // ],
- // },
+ {
+ title: "Examples",
+ subSections: [
+ {
+ title: "Header in application layout",
+ content: (
+
+ ),
+ },
+ ],
+ },
];
const HeaderCodePage = () => {