@@ -182,19 +182,20 @@ const TutorialsPage = ({
182
182
>
183
183
< Translation id = "page-tutorial-subtitle" />
184
184
</ Text >
185
+
185
186
< Modal isOpen = { isModalOpen } setIsOpen = { setModalOpen } >
186
187
< Heading fontSize = "2rem" lineHeight = "1.4" mt = { 0 } mb = { 4 } >
187
188
< Translation id = "page-tutorial-submit-btn" />
188
189
</ Heading >
189
- < p >
190
+ < Text >
190
191
< Translation id = "page-tutorial-listing-policy-intro" /> { " " }
191
192
< Link to = "/contributing/content-resources/" >
192
193
< Translation id = "page-tutorial-listing-policy" />
193
194
</ Link >
194
- </ p >
195
- < p >
195
+ </ Text >
196
+ < Text >
196
197
< Translation id = "page-tutorial-submit-tutorial" />
197
- </ p >
198
+ </ Text >
198
199
< Flex
199
200
flexDirection = { { base : "column" , md : "initial" } }
200
201
maxH = { { base : 64 , md : "initial" } }
@@ -214,13 +215,12 @@ const TutorialsPage = ({
214
215
ml = { 0 }
215
216
mr = { { base : 0 , md : 2 } }
216
217
>
217
- < p >
218
- < b >
219
- < Translation id = "page-tutorial-new-github" />
220
- </ b >
221
- < br />
218
+ < Text as = "b" >
219
+ < Translation id = "page-tutorial-new-github" />
220
+ </ Text >
221
+ < Text >
222
222
< Translation id = "page-tutorial-new-github-desc" />
223
- </ p >
223
+ </ Text >
224
224
< ButtonLink
225
225
leftIcon = { < FaGithub /> }
226
226
variant = "outline"
@@ -243,17 +243,16 @@ const TutorialsPage = ({
243
243
ml = { 0 }
244
244
mr = { { base : 0 , md : 2 } }
245
245
>
246
- < p >
247
- < b >
248
- < Translation id = "page-tutorial-pull-request" />
249
- </ b >
250
- < br />
246
+ < Text as = "b" >
247
+ < Translation id = "page-tutorial-pull-request" />
248
+ </ Text >
249
+ < Text >
251
250
< Translation id = "page-tutorial-pull-request-desc-1" /> { " " }
252
251
< code >
253
252
< Translation id = "page-tutorial-pull-request-desc-2" />
254
253
</ code > { " " }
255
254
< Translation id = "page-tutorial-pull-request-desc-3" />
256
- </ p >
255
+ </ Text >
257
256
< ButtonLink
258
257
leftIcon = { < FaGithub /> }
259
258
variant = "outline"
@@ -264,6 +263,7 @@ const TutorialsPage = ({
264
263
</ Flex >
265
264
</ Flex >
266
265
</ Modal >
266
+
267
267
< Button
268
268
variant = "outline"
269
269
color = "text"
@@ -289,6 +289,7 @@ const TutorialsPage = ({
289
289
>
290
290
< Translation id = "page-tutorial-submit-btn" />
291
291
</ Button >
292
+
292
293
< Box
293
294
boxShadow = { tableBoxShadow }
294
295
mb = { 8 }
0 commit comments