Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const sections = [
title: "Application layout with components",
content: (
<iframe
src="https://codesandbox.io/embed/p4xxm3?view=editor+%2B+preview&module=%2Fsrc%2FApp.js"
src="https://codesandbox.io/p/sandbox/default-app-layout-s65j9x"
style={{
width: "100%",
minHeight: "500px",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const sections = [
title: "Footer in application layout",
content: (
<iframe
src="https://codesandbox.io/embed/3fjvd3?view=editor+%2B+preview&hidenavigation=1"
src="https://codesandbox.io/p/sandbox/default-footer-pf6l2y"
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
title="Footer in application layout"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const sections = [
title: "Header in application layout",
content: (
<iframe
src="https://codesandbox.io/embed/6m6hdj?view=editor+%2B+preview&module=%2Fsrc%2FApp.js&hidenavigation=1"
src="https://codesandbox.io/p/sandbox/default-header-qpz6dj"
style={{ width: "100%", height: "500px", border: "0", borderRadius: "4px", overflow: "hidden" }}
title="Header in application layout"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const sections = [
title: "Application layout with sidenav",
content: (
<iframe
src="https://codesandbox.io/embed/ysg7l5?view=editor+%2B+preview&hidenavigation=1"
src="https://codesandbox.io/p/sandbox/default-sidenav-cvxr3m"
style={{
width: "100%",
minHeight: "500px",
Expand Down