Skip to content

Commit a083e84

Browse files
Merge pull request #2388 from dxc-technology/jialecl/codesandbox-next
[doc] Updated codesandbox links to point to a specific next version
2 parents 529b560 + 618255e commit a083e84

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/website/screens/components/application-layout/code/ApplicationLayoutCodePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const sections = [
122122
title: "Application layout with components",
123123
content: (
124124
<iframe
125-
src="https://codesandbox.io/embed/p4xxm3?view=editor+%2B+preview&module=%2Fsrc%2FApp.js"
125+
src="https://codesandbox.io/p/sandbox/default-app-layout-s65j9x"
126126
style={{
127127
width: "100%",
128128
minHeight: "500px",

apps/website/screens/components/footer/code/FooterCodePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const sections = [
184184
title: "Footer in application layout",
185185
content: (
186186
<iframe
187-
src="https://codesandbox.io/embed/3fjvd3?view=editor+%2B+preview&hidenavigation=1"
187+
src="https://codesandbox.io/p/sandbox/default-footer-pf6l2y"
188188
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
189189
title="Footer in application layout"
190190
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

apps/website/screens/components/header/code/HeaderCodePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const sections = [
146146
title: "Header in application layout",
147147
content: (
148148
<iframe
149-
src="https://codesandbox.io/embed/6m6hdj?view=editor+%2B+preview&module=%2Fsrc%2FApp.js&hidenavigation=1"
149+
src="https://codesandbox.io/p/sandbox/default-header-qpz6dj"
150150
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
151151
title="Header in application layout"
152152
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"

apps/website/screens/components/sidenav/code/SidenavCodePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const sections = [
194194
title: "Application layout with sidenav",
195195
content: (
196196
<iframe
197-
src="https://codesandbox.io/embed/ysg7l5?view=editor+%2B+preview&hidenavigation=1"
197+
src="https://codesandbox.io/p/sandbox/default-sidenav-cvxr3m"
198198
style={{
199199
width: "100%",
200200
minHeight: "500px",

0 commit comments

Comments
 (0)