@comicrelief/component-library 8.48.0 → 8.48.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Atoms/Input/Input.md +1 -0
- package/dist/components/Molecules/CTAMultiCard/CTAMultiCard.js +6 -2
- package/dist/components/Molecules/CTAMultiCard/CTAMultiCard.md +10 -6
- package/dist/components/Molecules/CTAMultiCard/CTAMultiCard.style.js +22 -21
- package/dist/components/Molecules/CTAMultiCard/SingleCard.js +1 -1
- package/dist/components/Molecules/CTAMultiCard/{ArrowIcon.js → _ArrowIcon.js} +2 -2
- package/dist/components/Molecules/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +64 -68
- package/dist/components/Molecules/Countdown/Countdown.js +12 -5
- package/dist/components/Molecules/Countdown/Countdown.md +1 -1
- package/dist/components/Organisms/Header/Nav/Nav.js +1 -1
- package/dist/components/Organisms/Header/data/data-extended.js +22 -22
- package/dist/components/Organisms/Header/data/data-live.js +1 -1
- package/dist/components/Organisms/Header/data/data.js +2 -2
- package/dist/components/Organisms/Header2025/Header2025.js +2 -2
- package/dist/components/Organisms/Header2025/Header2025.md +2 -2
- package/dist/components/Organisms/Header2025/HeaderNav2025/HeaderNav2025.js +1 -1
- package/dist/components/Organisms/Header2025/data/data-extended.js +23 -23
- package/dist/components/Organisms/Header2025/data/data-live--minimal.js +1 -1
- package/dist/components/Organisms/Header2025/data/data-live.js +2 -2
- package/dist/components/Organisms/Header2025/data/data.js +13 -13
- package/package.json +1 -1
- package/src/components/Atoms/Input/Input.md +1 -0
- package/src/components/Molecules/CTAMultiCard/CTAMultiCard.js +8 -2
- package/src/components/Molecules/CTAMultiCard/CTAMultiCard.md +10 -6
- package/src/components/Molecules/CTAMultiCard/CTAMultiCard.style.js +49 -43
- package/src/components/Molecules/CTAMultiCard/SingleCard.js +1 -1
- package/src/components/Molecules/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +64 -68
- package/src/components/Molecules/Countdown/Countdown.js +12 -5
- package/src/components/Molecules/Countdown/Countdown.md +1 -1
- package/src/components/Organisms/Header/Nav/Nav.js +2 -1
- package/src/components/Organisms/Header/data/data-extended.js +22 -22
- package/src/components/Organisms/Header/data/data-live.js +1 -1
- package/src/components/Organisms/Header/data/data.js +2 -2
- package/src/components/Organisms/Header2025/Header2025.js +5 -3
- package/src/components/Organisms/Header2025/Header2025.md +2 -2
- package/src/components/Organisms/Header2025/HeaderNav2025/HeaderNav2025.js +7 -4
- package/src/components/Organisms/Header2025/data/data-extended.js +23 -23
- package/src/components/Organisms/Header2025/data/data-live--minimal.js +1 -1
- package/src/components/Organisms/Header2025/data/data-live.js +2 -2
- package/src/components/Organisms/Header2025/data/data.js +13 -13
- /package/src/components/Molecules/CTAMultiCard/{ArrowIcon.js → _ArrowIcon.js} +0 -0
|
@@ -41,28 +41,28 @@ export default {
|
|
|
41
41
|
links: [
|
|
42
42
|
{
|
|
43
43
|
title: 'Red Nose Day',
|
|
44
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
44
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#1',
|
|
45
45
|
internal: {
|
|
46
46
|
type: 'ContentfulPageLandingPage'
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
title: 'The New Red Nose',
|
|
51
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
51
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#2',
|
|
52
52
|
internal: {
|
|
53
53
|
type: 'ContentfulPageLandingPage'
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
title: 'Schools',
|
|
58
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
58
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#3',
|
|
59
59
|
internal: {
|
|
60
60
|
type: 'ContentfulPageLandingPage'
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
title: 'The Red Nose Day Nosey Awards',
|
|
65
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
65
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#4',
|
|
66
66
|
internal: {
|
|
67
67
|
type: 'ContentfulPageLandingPage'
|
|
68
68
|
}
|
|
@@ -82,21 +82,21 @@ export default {
|
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
title: 'Our Funding Practice',
|
|
85
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
85
|
+
path: 'https://www.comicrelief.com/our-legacy#one',
|
|
86
86
|
internal: {
|
|
87
87
|
type: 'ContentfulPageLandingPage'
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
title: 'Funding opportunities',
|
|
92
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
92
|
+
path: 'https://www.comicrelief.com/our-legacy#two',
|
|
93
93
|
internal: {
|
|
94
94
|
type: 'ContentfulPageLandingPage'
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
title: 'Our Funding strategy',
|
|
99
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
99
|
+
path: 'https://www.comicrelief.com/our-legacy#three',
|
|
100
100
|
internal: {
|
|
101
101
|
type: 'ContentfulPageLandingPage'
|
|
102
102
|
}
|
|
@@ -145,35 +145,35 @@ export default {
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
title: 'Do your own fundraising',
|
|
148
|
-
url: 'https://www.comicrelief.com/404
|
|
148
|
+
url: 'https://www.comicrelief.com/404#4',
|
|
149
149
|
internal: {
|
|
150
150
|
type: 'ContentfulComponentLink'
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
title: 'Regular Donations',
|
|
155
|
-
url: 'https://www.comicrelief.com/404
|
|
155
|
+
url: 'https://www.comicrelief.com/404#5',
|
|
156
156
|
internal: {
|
|
157
157
|
type: 'ContentfulComponentLink'
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
title: 'Run for Comic Relief',
|
|
162
|
-
url: 'https://www.comicrelief.com/404
|
|
162
|
+
url: 'https://www.comicrelief.com/404#6',
|
|
163
163
|
internal: {
|
|
164
164
|
type: 'ContentfulComponentLink'
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
title: 'How to pay in your fundraising money',
|
|
169
|
-
url: 'https://www.comicrelief.com/404
|
|
169
|
+
url: 'https://www.comicrelief.com/404#2',
|
|
170
170
|
internal: {
|
|
171
171
|
type: 'ContentfulComponentLink'
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
title: 'Partners',
|
|
176
|
-
url: 'https://www.comicrelief.com/404
|
|
176
|
+
url: 'https://www.comicrelief.com/404#3',
|
|
177
177
|
internal: {
|
|
178
178
|
type: 'ContentfulComponentLink'
|
|
179
179
|
}
|
|
@@ -193,35 +193,35 @@ export default {
|
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
title: 'Do your own fundraising',
|
|
196
|
-
url: 'https://www.comicrelief.com/404
|
|
196
|
+
url: 'https://www.comicrelief.com/404#7',
|
|
197
197
|
internal: {
|
|
198
198
|
type: 'ContentfulComponentLink'
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
title: 'Regular Donations',
|
|
203
|
-
url: 'https://www.comicrelief.com/404
|
|
203
|
+
url: 'https://www.comicrelief.com/404#8',
|
|
204
204
|
internal: {
|
|
205
205
|
type: 'ContentfulComponentLink'
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
title: 'Run for Comic Relief',
|
|
210
|
-
url: 'https://www.comicrelief.com/404
|
|
210
|
+
url: 'https://www.comicrelief.com/404#9',
|
|
211
211
|
internal: {
|
|
212
212
|
type: 'ContentfulComponentLink'
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
title: 'How to pay in your fundraising money',
|
|
217
|
-
url: 'https://www.comicrelief.com/404
|
|
217
|
+
url: 'https://www.comicrelief.com/404#10',
|
|
218
218
|
internal: {
|
|
219
219
|
type: 'ContentfulComponentLink'
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
title: 'Partners',
|
|
224
|
-
url: 'https://www.comicrelief.com/404
|
|
224
|
+
url: 'https://www.comicrelief.com/404#11',
|
|
225
225
|
internal: {
|
|
226
226
|
type: 'ContentfulComponentLink'
|
|
227
227
|
}
|
|
@@ -241,35 +241,35 @@ export default {
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
title: 'Do your own fundraising',
|
|
244
|
-
url: 'https://www.comicrelief.com/404
|
|
244
|
+
url: 'https://www.comicrelief.com/404#12',
|
|
245
245
|
internal: {
|
|
246
246
|
type: 'ContentfulComponentLink'
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
title: 'Regular Donations',
|
|
251
|
-
url: 'https://www.comicrelief.com/404
|
|
251
|
+
url: 'https://www.comicrelief.com/404#13',
|
|
252
252
|
internal: {
|
|
253
253
|
type: 'ContentfulComponentLink'
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
title: 'Run for Comic Relief',
|
|
258
|
-
url: 'https://www.comicrelief.com/404
|
|
258
|
+
url: 'https://www.comicrelief.com/404#14',
|
|
259
259
|
internal: {
|
|
260
260
|
type: 'ContentfulComponentLink'
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
title: 'How to pay in your fundraising money',
|
|
265
|
-
url: 'https://www.comicrelief.com/404
|
|
265
|
+
url: 'https://www.comicrelief.com/404#15',
|
|
266
266
|
internal: {
|
|
267
267
|
type: 'ContentfulComponentLink'
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
title: 'Partners',
|
|
272
|
-
url: 'https://www.comicrelief.com/404
|
|
272
|
+
url: 'https://www.comicrelief.com/404#16',
|
|
273
273
|
internal: {
|
|
274
274
|
type: 'ContentfulComponentLink'
|
|
275
275
|
}
|
|
@@ -56,7 +56,7 @@ export default {
|
|
|
56
56
|
links: [
|
|
57
57
|
{
|
|
58
58
|
title: 'Single menu link',
|
|
59
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
59
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#6',
|
|
60
60
|
internal: {
|
|
61
61
|
type: 'ContentfulPageLandingPage'
|
|
62
62
|
}
|
|
@@ -89,7 +89,7 @@ export default {
|
|
|
89
89
|
links: [
|
|
90
90
|
{
|
|
91
91
|
title: 'Schools & youth',
|
|
92
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
92
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#7',
|
|
93
93
|
internal: {
|
|
94
94
|
type: 'ContentfulPageLandingPage'
|
|
95
95
|
}
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from './Header2025.style';
|
|
10
10
|
|
|
11
11
|
const Header2025 = ({
|
|
12
|
-
navItems = {}, metaIcons, campaign = 'Comic Relief', donateButton = null,
|
|
12
|
+
navItems = {}, metaIcons = undefined, campaign = 'Comic Relief', donateButton = null,
|
|
13
13
|
characterLimit = 60, showBoxShadow = false, ...rest
|
|
14
14
|
}) => (
|
|
15
15
|
<Header2025Wrapper navItems showBoxShadow={showBoxShadow} {...rest}>
|
|
@@ -29,7 +29,9 @@ const Header2025 = ({
|
|
|
29
29
|
characterLimit={characterLimit}
|
|
30
30
|
/>
|
|
31
31
|
<ButtonsAndIcons>
|
|
32
|
-
|
|
32
|
+
{ metaIcons && (
|
|
33
|
+
<Header2025MetaIcons isHeader data-testid="meta-icons--desktop">{metaIcons}</Header2025MetaIcons>
|
|
34
|
+
)}
|
|
33
35
|
<DonateButtonWrapperTop data-testid="donate-button--desktop">{donateButton}</DonateButtonWrapperTop>
|
|
34
36
|
</ButtonsAndIcons>
|
|
35
37
|
|
|
@@ -53,7 +55,7 @@ Header2025.propTypes = {
|
|
|
53
55
|
)
|
|
54
56
|
}),
|
|
55
57
|
// NB: metaIcons no longer include the Donate button:
|
|
56
|
-
metaIcons: PropTypes.node
|
|
58
|
+
metaIcons: PropTypes.node,
|
|
57
59
|
// ... and is supplied separately to allow more render control:
|
|
58
60
|
donateButton: PropTypes.node,
|
|
59
61
|
campaign: PropTypes.string,
|
|
@@ -478,7 +478,7 @@ const [success, setSuccess] = React.useState(false);
|
|
|
478
478
|
|
|
479
479
|
<>
|
|
480
480
|
<Header2025
|
|
481
|
-
showBoxShadow
|
|
481
|
+
showBoxShadow
|
|
482
482
|
characterLimit={50}
|
|
483
483
|
navItems={data}
|
|
484
484
|
rotate="true"
|
|
@@ -590,7 +590,7 @@ const [success, setSuccess] = React.useState(false);
|
|
|
590
590
|
|
|
591
591
|
<>
|
|
592
592
|
<Header2025
|
|
593
|
-
showBoxShadow
|
|
593
|
+
showBoxShadow
|
|
594
594
|
characterLimit={50}
|
|
595
595
|
navItems={data}
|
|
596
596
|
rotate="true"
|
|
@@ -171,9 +171,12 @@ const HeaderNav2025 = ({
|
|
|
171
171
|
|
|
172
172
|
{/* These are only shown on the non-desktop view; the desktop nav renders
|
|
173
173
|
these in the parent Header component to suit the design layout */}
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
174
|
+
{metaIcons && (
|
|
175
|
+
<NavMetaIcons isHeader data-testid="meta-icons--mobile">
|
|
176
|
+
{metaIcons}
|
|
177
|
+
</NavMetaIcons>
|
|
178
|
+
)}
|
|
179
|
+
|
|
177
180
|
<DonateButtonWrapperBottom data-testid="donate-button--mobile">
|
|
178
181
|
{donateButton}
|
|
179
182
|
</DonateButtonWrapperBottom>
|
|
@@ -187,7 +190,7 @@ const HeaderNav2025 = ({
|
|
|
187
190
|
|
|
188
191
|
HeaderNav2025.propTypes = {
|
|
189
192
|
navItems: PropTypes.objectOf(PropTypes.shape),
|
|
190
|
-
metaIcons: PropTypes.node
|
|
193
|
+
metaIcons: PropTypes.node,
|
|
191
194
|
characterLimit: PropTypes.number,
|
|
192
195
|
// As this is rendered in both the Header AND the Nav, just passing
|
|
193
196
|
// the same prop through to here:
|
|
@@ -41,28 +41,28 @@ export default {
|
|
|
41
41
|
links: [
|
|
42
42
|
{
|
|
43
43
|
title: 'Red Nose Day',
|
|
44
|
-
path: '
|
|
44
|
+
path: '¢',
|
|
45
45
|
internal: {
|
|
46
46
|
type: 'ContentfulPageLandingPage'
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
title: 'The New Red Nose',
|
|
51
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
51
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#8',
|
|
52
52
|
internal: {
|
|
53
53
|
type: 'ContentfulPageLandingPage'
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
title: 'Schools',
|
|
58
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
58
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#9',
|
|
59
59
|
internal: {
|
|
60
60
|
type: 'ContentfulPageLandingPage'
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
title: 'The Red Nose Day Nosey Awards',
|
|
65
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
65
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#10',
|
|
66
66
|
internal: {
|
|
67
67
|
type: 'ContentfulPageLandingPage'
|
|
68
68
|
}
|
|
@@ -82,28 +82,28 @@ export default {
|
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
title: 'Our Funding Practice',
|
|
85
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
85
|
+
path: 'https://www.comicrelief.com/our-legacy#1',
|
|
86
86
|
internal: {
|
|
87
87
|
type: 'ContentfulPageLandingPage'
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
title: 'Funding opportunities',
|
|
92
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
92
|
+
path: 'https://www.comicrelief.com/our-legacy#2',
|
|
93
93
|
internal: {
|
|
94
94
|
type: 'ContentfulPageLandingPage'
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
title: 'Our Funding strategy',
|
|
99
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
99
|
+
path: 'https://www.comicrelief.com/our-legacy#3',
|
|
100
100
|
internal: {
|
|
101
101
|
type: 'ContentfulPageLandingPage'
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
title: 'Managing your funding',
|
|
106
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
106
|
+
path: 'https://www.comicrelief.com/our-legacy#4',
|
|
107
107
|
internal: {
|
|
108
108
|
type: 'ContentfulPageLandingPage'
|
|
109
109
|
}
|
|
@@ -145,35 +145,35 @@ export default {
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
title: 'Do your own fundraising',
|
|
148
|
-
url: 'https://www.comicrelief.com/404
|
|
148
|
+
url: 'https://www.comicrelief.com/404#17',
|
|
149
149
|
internal: {
|
|
150
150
|
type: 'ContentfulComponentLink'
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
title: 'Regular Donations',
|
|
155
|
-
url: 'https://www.comicrelief.com/404
|
|
155
|
+
url: 'https://www.comicrelief.com/404#18',
|
|
156
156
|
internal: {
|
|
157
157
|
type: 'ContentfulComponentLink'
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
title: 'Run for Comic Relief',
|
|
162
|
-
url: 'https://www.comicrelief.com/404
|
|
162
|
+
url: 'https://www.comicrelief.com/404#19',
|
|
163
163
|
internal: {
|
|
164
164
|
type: 'ContentfulComponentLink'
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
title: 'How to pay in your fundraising money',
|
|
169
|
-
url: 'https://www.comicrelief.com/404
|
|
169
|
+
url: 'https://www.comicrelief.com/404#20',
|
|
170
170
|
internal: {
|
|
171
171
|
type: 'ContentfulComponentLink'
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
title: 'Partners',
|
|
176
|
-
url: 'https://www.comicrelief.com/404
|
|
176
|
+
url: 'https://www.comicrelief.com/404#21',
|
|
177
177
|
internal: {
|
|
178
178
|
type: 'ContentfulComponentLink'
|
|
179
179
|
}
|
|
@@ -193,35 +193,35 @@ export default {
|
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
title: 'Do your own fundraising',
|
|
196
|
-
url: 'https://www.comicrelief.com/404
|
|
196
|
+
url: 'https://www.comicrelief.com/404#21',
|
|
197
197
|
internal: {
|
|
198
198
|
type: 'ContentfulComponentLink'
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
title: 'Regular Donations',
|
|
203
|
-
url: 'https://www.comicrelief.com/404
|
|
203
|
+
url: 'https://www.comicrelief.com/404#22',
|
|
204
204
|
internal: {
|
|
205
205
|
type: 'ContentfulComponentLink'
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
title: 'Run for Comic Relief',
|
|
210
|
-
url: 'https://www.comicrelief.com/404
|
|
210
|
+
url: 'https://www.comicrelief.com/404#23',
|
|
211
211
|
internal: {
|
|
212
212
|
type: 'ContentfulComponentLink'
|
|
213
213
|
}
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
216
|
title: 'How to pay in your fundraising money',
|
|
217
|
-
url: 'https://www.comicrelief.com/404
|
|
217
|
+
url: 'https://www.comicrelief.com/404#24',
|
|
218
218
|
internal: {
|
|
219
219
|
type: 'ContentfulComponentLink'
|
|
220
220
|
}
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
title: 'Partners',
|
|
224
|
-
url: 'https://www.comicrelief.com/404
|
|
224
|
+
url: 'https://www.comicrelief.com/404#25',
|
|
225
225
|
internal: {
|
|
226
226
|
type: 'ContentfulComponentLink'
|
|
227
227
|
}
|
|
@@ -241,35 +241,35 @@ export default {
|
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
243
|
title: 'Do your own fundraising',
|
|
244
|
-
url: 'https://www.comicrelief.com/404
|
|
244
|
+
url: 'https://www.comicrelief.com/404#26',
|
|
245
245
|
internal: {
|
|
246
246
|
type: 'ContentfulComponentLink'
|
|
247
247
|
}
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
title: 'Regular Donations',
|
|
251
|
-
url: 'https://www.comicrelief.com/404
|
|
251
|
+
url: 'https://www.comicrelief.com/404#27',
|
|
252
252
|
internal: {
|
|
253
253
|
type: 'ContentfulComponentLink'
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
title: 'Run for Comic Relief',
|
|
258
|
-
url: 'https://www.comicrelief.com/404
|
|
258
|
+
url: 'https://www.comicrelief.com/404#28',
|
|
259
259
|
internal: {
|
|
260
260
|
type: 'ContentfulComponentLink'
|
|
261
261
|
}
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
title: 'How to pay in your fundraising money',
|
|
265
|
-
url: 'https://www.comicrelief.com/404
|
|
265
|
+
url: 'https://www.comicrelief.com/404#29',
|
|
266
266
|
internal: {
|
|
267
267
|
type: 'ContentfulComponentLink'
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
title: 'Partners',
|
|
272
|
-
url: 'https://www.comicrelief.com/404
|
|
272
|
+
url: 'https://www.comicrelief.com/404#30',
|
|
273
273
|
internal: {
|
|
274
274
|
type: 'ContentfulComponentLink'
|
|
275
275
|
}
|
|
@@ -20,7 +20,7 @@ export default {
|
|
|
20
20
|
links: [
|
|
21
21
|
{
|
|
22
22
|
title: 'Red Nose Day',
|
|
23
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
23
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#12',
|
|
24
24
|
internal: {
|
|
25
25
|
type: 'ContentfulPageLandingPage'
|
|
26
26
|
}
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
title: 'Partners',
|
|
141
|
-
url: 'https://www.comicrelief.com/404
|
|
141
|
+
url: 'https://www.comicrelief.com/404#31',
|
|
142
142
|
internal: {
|
|
143
143
|
type: 'ContentfulComponentLink'
|
|
144
144
|
}
|
|
@@ -41,28 +41,28 @@ export default {
|
|
|
41
41
|
links: [
|
|
42
42
|
{
|
|
43
43
|
title: 'Red Nose Day',
|
|
44
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
44
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#13',
|
|
45
45
|
internal: {
|
|
46
46
|
type: 'ContentfulPageLandingPage'
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
title: 'The New Red Nose',
|
|
51
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
51
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#14',
|
|
52
52
|
internal: {
|
|
53
53
|
type: 'ContentfulPageLandingPage'
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
title: 'Schools',
|
|
58
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
58
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#15',
|
|
59
59
|
internal: {
|
|
60
60
|
type: 'ContentfulPageLandingPage'
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
title: 'The Red Nose Day Nosey Awards',
|
|
65
|
-
path: 'https://www.comicrelief.com/rednoseday/schools',
|
|
65
|
+
path: 'https://www.comicrelief.com/rednoseday/schools#16',
|
|
66
66
|
internal: {
|
|
67
67
|
type: 'ContentfulPageLandingPage'
|
|
68
68
|
}
|
|
@@ -82,28 +82,28 @@ export default {
|
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
title: 'Our Funding Practice',
|
|
85
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
85
|
+
path: 'https://www.comicrelief.com/our-legacy#5',
|
|
86
86
|
internal: {
|
|
87
87
|
type: 'ContentfulPageLandingPage'
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
title: 'Funding opportunities',
|
|
92
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
92
|
+
path: 'https://www.comicrelief.com/our-legacy#6',
|
|
93
93
|
internal: {
|
|
94
94
|
type: 'ContentfulPageLandingPage'
|
|
95
95
|
}
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
title: 'Our Funding strategy',
|
|
99
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
99
|
+
path: 'https://www.comicrelief.com/our-legacy#7',
|
|
100
100
|
internal: {
|
|
101
101
|
type: 'ContentfulPageLandingPage'
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
title: 'Managing your funding',
|
|
106
|
-
path: 'https://www.comicrelief.com/our-legacy',
|
|
106
|
+
path: 'https://www.comicrelief.com/our-legacy#8',
|
|
107
107
|
internal: {
|
|
108
108
|
type: 'ContentfulPageLandingPage'
|
|
109
109
|
}
|
|
@@ -145,35 +145,35 @@ export default {
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
title: 'Do your own fundraising',
|
|
148
|
-
url: 'https://www.comicrelief.com/404
|
|
148
|
+
url: 'https://www.comicrelief.com/404#32',
|
|
149
149
|
internal: {
|
|
150
150
|
type: 'ContentfulComponentLink'
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
title: 'Regular Donations',
|
|
155
|
-
url: 'https://www.comicrelief.com/404
|
|
155
|
+
url: 'https://www.comicrelief.com/404#33',
|
|
156
156
|
internal: {
|
|
157
157
|
type: 'ContentfulComponentLink'
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
title: 'Run for Comic Relief',
|
|
162
|
-
url: 'https://www.comicrelief.com/404
|
|
162
|
+
url: 'https://www.comicrelief.com/404#34',
|
|
163
163
|
internal: {
|
|
164
164
|
type: 'ContentfulComponentLink'
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
title: 'How to pay in your fundraising money',
|
|
169
|
-
url: 'https://www.comicrelief.com/404
|
|
169
|
+
url: 'https://www.comicrelief.com/404#35',
|
|
170
170
|
internal: {
|
|
171
171
|
type: 'ContentfulComponentLink'
|
|
172
172
|
}
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
title: 'Partners',
|
|
176
|
-
url: 'https://www.comicrelief.com/404
|
|
176
|
+
url: 'https://www.comicrelief.com/404#36',
|
|
177
177
|
internal: {
|
|
178
178
|
type: 'ContentfulComponentLink'
|
|
179
179
|
}
|
|
File without changes
|