Skip to content

Commit f441d06

Browse files
committed
Turn off debug
1 parent 21fed0d commit f441d06

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

mom/src/sections/Chair.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const BigChair = () => {
55
<section className="big-chair-section section">
66
<Scrollytelling.Root
77
defaults={{ ease: "linear" }}
8-
debug={{ label: "Big Chair" }}
8+
// debug={{ label: "Big Chair" }}
99
>
1010
<Scrollytelling.Pin
1111
childHeight={"100vh"}

mom/src/sections/Chateau.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const Chateau = () => {
55
<section className="chateau-section section">
66
<Scrollytelling.Root
77
defaults={{ ease: "linear" }}
8-
debug={{ label: "QC" }}
8+
// debug={{ label: "QC" }}
99
>
1010
<Scrollytelling.Pin childHeight={"100vh"} pinSpacerHeight={"300vh"} top={0}>
1111
<img className="fullscreen" src="chateau-bg.png"></img>

mom/src/sections/Finger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const Finger = () => {
55
<section className="finger-section section">
66
<Scrollytelling.Root
77
defaults={{ ease: "linear" }}
8-
debug={{ label: "Finger" }}
8+
// debug={{ label: "Finger" }}
99
>
1010
<Scrollytelling.Pin childHeight={"0"} pinSpacerHeight={"300vh"} top={0}>
1111
<img className="fullscreen" src="mom-wo-finger.png"></img>

mom/src/sections/HappyMothers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const HappyMothers = () => {
77
return (
88
<Scrollytelling.Root
99
defaults={{ ease: "linear" }}
10-
debug={{ label: "Happy Mothers" }}
10+
// debug={{ label: "Happy Mothers" }}
1111
start="top bottom"
1212
>
1313
<div>

mom/src/sections/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const Intro = () => {
44
return (
55
<Scrollytelling.Root
66
defaults={{ ease: "linear" }}
7-
debug={{ label: "Intro" }}
7+
// debug={{ label: "Intro" }}
88
>
99
<Scrollytelling.Pin childHeight={"0"} pinSpacerHeight={"100vh"} top={0}>
1010
<section className="intro-section section">

mom/src/sections/LakeDusk.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const LakeAtDusk = () => {
88
<section className="lake-at-dusk-section section">
99
<Scrollytelling.Root
1010
defaults={{ ease: "linear" }}
11-
debug={{ label: "LakeAtDusk" }}
11+
// debug={{ label: "LakeAtDusk" }}
1212
end={"bottom top"}
1313
>
1414
<Scrollytelling.Pin

mom/src/sections/MattCanoe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const MattCanoe = () => {
55
<section id="matt-canoe" className="matt-canoe-section section">
66
<Scrollytelling.Root
77
defaults={{ ease: "linear" }}
8-
debug={{ label: "MattCanoe" }}
8+
// debug={{ label: "MattCanoe" }}
99
>
1010
<Scrollytelling.Pin
1111
childHeight={"100vh"}

mom/src/sections/MattSlide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const MattSlide = () => {
66
<section className="matt-slide-section section">
77
<Scrollytelling.Root
88
defaults={{ ease: "linear" }}
9-
debug={{ label: "MattSlide" }}
9+
// debug={{ label: "MattSlide" }}
1010
end={"bottom top"}
1111
>
1212
<Scrollytelling.Pin childHeight={"100vh"} pinSpacerHeight={"300vh"}>

mom/src/sections/Zoe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const Zoe = () => {
55
<section className="zoe-section section">
66
<Scrollytelling.Root
77
defaults={{ ease: "linear" }}
8-
debug={{ label: "Zoe" }}
8+
// debug={{ label: "Zoe" }}
99
>
1010
<Scrollytelling.Pin
1111
childHeight={"100vh"}

0 commit comments

Comments
 (0)