File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
client/landing/stepper/declarative-flow/internals/steps-repository/difm-starting-point Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const DIFMStartingPoint: StepType< {
75
75
flowName = { DIFM_FLOW }
76
76
enabledGeos = { [ 'US' ] }
77
77
helpCenterButtonCopy = { translate ( 'Questions?' ) }
78
- helpCenterButtonLink = { translate ( 'Contact our site building team' ) }
78
+ helpCenterButtonLink = { translate ( 'Contact our site- building team' ) }
79
79
/>
80
80
) : (
81
81
< Step . SkipButton
Original file line number Diff line number Diff line change 4
4
.step-container-v2 :has (.step-container-v2--difm-starting-point ) {
5
5
.help-center-step-button {
6
6
font-size : 0.875rem ;
7
+ font-weight : 500 ;
7
8
line-height : 1 ;
8
9
height : 24px ;
9
10
display : flex ;
21
22
& __button {
22
23
--wp-components-color-accent : var (--color-neutral-100 );
23
24
font-size : inherit ;
25
+ font-weight : inherit ;
24
26
line-height : inherit ;
25
- font-weight : 500 ;
26
27
}
27
28
}
28
29
You can’t perform that action at this time.
0 commit comments