You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Cat Ipsum Chase ball of string eat plants, meow, and throw up because I ate plants going to catch the red dot today going to catch the red dot today. Decide to want nothing to do with my owner today.',
30
+
}));
31
+
32
+
exportconstOneCard=()=>{
27
33
return(
28
-
<FrontSectiontitle="Fast - One card"editionId="UK">
34
+
<FrontSectiontitle="One card"editionId="UK">
29
35
<DecideContainerByTrails
30
36
trails={trails.slice(0,1)}
31
-
speed="fast"
32
37
imageLoading="eager"
33
38
aspectRatio={ASPECT_RATIO}
34
39
/>
35
40
</FrontSection>
36
41
);
37
42
};
38
-
OneCardFast.storyName='Fast - One card';
39
43
40
-
exportconstTwoCardFast=()=>{
44
+
exportconstTwoCards=()=>{
41
45
return(
42
-
<FrontSectiontitle="Fast - Two cards"editionId="UK">
46
+
<FrontSectiontitle="Two cards"editionId="UK">
43
47
<DecideContainerByTrails
44
48
trails={trails.slice(0,2)}
45
-
speed="fast"
46
49
imageLoading="eager"
47
50
aspectRatio={ASPECT_RATIO}
48
51
/>
49
52
</FrontSection>
50
53
);
51
54
};
52
-
TwoCardFast.storyName='Fast - Two cards';
53
55
54
-
exportconstThreeCardFast=()=>{
56
+
exportconstThreeCards=()=>{
55
57
return(
56
-
<FrontSectiontitle="Fast - Three cards"editionId="UK">
58
+
<FrontSectiontitle="Three cards"editionId="UK">
57
59
<DecideContainerByTrails
58
60
trails={trails.slice(0,3)}
59
-
speed="fast"
60
61
imageLoading="eager"
61
62
aspectRatio={ASPECT_RATIO}
62
63
/>
63
64
</FrontSection>
64
65
);
65
66
};
66
-
ThreeCardFast.storyName='Fast - Three cards';
67
67
68
-
exportconstFourCardFast=()=>{
68
+
exportconstFourCards=()=>{
69
69
return(
70
-
<FrontSectiontitle="Fast - Four cards"editionId="UK">
70
+
<FrontSectiontitle="Four cards"editionId="UK">
71
71
<DecideContainerByTrails
72
72
trails={trails.slice(0,4)}
73
-
speed="fast"
74
73
imageLoading="eager"
75
74
aspectRatio={ASPECT_RATIO}
76
75
/>
77
76
</FrontSection>
78
77
);
79
78
};
80
-
FourCardFast.storyName='Fast - Four cards';
81
79
82
-
exportconstFiveCardFast=()=>{
80
+
exportconstFiveCards=()=>{
83
81
return(
84
-
<FrontSectiontitle="Fast - Five cards"editionId="UK">
82
+
<FrontSectiontitle="Five cards"editionId="UK">
85
83
<DecideContainerByTrails
86
84
trails={trails.slice(0,5)}
87
-
speed="fast"
88
85
imageLoading="eager"
89
86
aspectRatio={ASPECT_RATIO}
90
87
/>
91
88
</FrontSection>
92
89
);
93
90
};
94
-
FiveCardFast.storyName='Fast - Five cards';
95
91
96
-
exportconstSixCardFast=()=>{
92
+
exportconstSixCards=()=>{
97
93
return(
98
-
<FrontSectiontitle="Fast - Six cards"editionId="UK">
0 commit comments