@@ -212,7 +212,6 @@ const PartnerDirectoryDashboard = () => {
212
212
213
213
const programLinks = (
214
214
< StepSection
215
- applyCoreStyles
216
215
className = "partner-directory-dashboard__learn-more-section"
217
216
heading = { translate ( 'Learn more about the program' ) }
218
217
>
@@ -291,7 +290,6 @@ const PartnerDirectoryDashboard = () => {
291
290
292
291
return (
293
292
< StepSectionItem
294
- applyCoreStyles
295
293
key = { application . brand }
296
294
isNewLayout
297
295
iconClassName = { clsx ( brandMeta . className ) }
@@ -302,7 +300,6 @@ const PartnerDirectoryDashboard = () => {
302
300
) ;
303
301
} ) }
304
302
< StepSection
305
- applyCoreStyles
306
303
className = "partner-directory-dashboard__edit-section"
307
304
heading = { translate ( "Edit your agency's information" ) }
308
305
>
@@ -344,9 +341,8 @@ const PartnerDirectoryDashboard = () => {
344
341
'List your agency in our partner directories. Showcase your skills, attract clients, and grow your business.'
345
342
) }
346
343
</ div >
347
- < StepSection applyCoreStyles heading = { translate ( 'How do I start?' ) } >
344
+ < StepSection heading = { translate ( 'How do I start?' ) } >
348
345
< StepSectionItem
349
- applyCoreStyles
350
346
isNewLayout
351
347
className = {
352
348
currentApplicationStep > 0 ? 'partner-directory-dashboard__checked-step' : ''
@@ -392,7 +388,6 @@ const PartnerDirectoryDashboard = () => {
392
388
} }
393
389
/>
394
390
< StepSectionItem
395
- applyCoreStyles
396
391
isNewLayout
397
392
className = {
398
393
currentApplicationStep > 1 ? 'partner-directory-dashboard__checked-step' : ''
@@ -413,7 +408,6 @@ const PartnerDirectoryDashboard = () => {
413
408
} }
414
409
/>
415
410
< StepSectionItem
416
- applyCoreStyles
417
411
isNewLayout
418
412
stepNumber = { currentApplicationStep > 2 ? undefined : 3 }
419
413
icon = { currentApplicationStep > 2 ? check : undefined }
0 commit comments