Skip to content

Commit f68c34d

Browse files
Help Center-Difm: Update link copy (#101956)
* Update link copy * Adjust font size
1 parent 3f72223 commit f68c34d

File tree

2 files changed

+3
-2
lines changed
  • client/landing/stepper/declarative-flow/internals/steps-repository/difm-starting-point

2 files changed

+3
-2
lines changed

client/landing/stepper/declarative-flow/internals/steps-repository/difm-starting-point/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const DIFMStartingPoint: StepType< {
7575
flowName={ DIFM_FLOW }
7676
enabledGeos={ [ 'US' ] }
7777
helpCenterButtonCopy={ translate( 'Questions?' ) }
78-
helpCenterButtonLink={ translate( 'Contact our site building team' ) }
78+
helpCenterButtonLink={ translate( 'Contact our site-building team' ) }
7979
/>
8080
) : (
8181
<Step.SkipButton

client/landing/stepper/declarative-flow/internals/steps-repository/difm-starting-point/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.step-container-v2:has(.step-container-v2--difm-starting-point) {
55
.help-center-step-button {
66
font-size: 0.875rem;
7+
font-weight: 500;
78
line-height: 1;
89
height: 24px;
910
display: flex;
@@ -21,8 +22,8 @@
2122
&__button {
2223
--wp-components-color-accent: var(--color-neutral-100);
2324
font-size: inherit;
25+
font-weight: inherit;
2426
line-height: inherit;
25-
font-weight: 500;
2627
}
2728
}
2829

0 commit comments

Comments
 (0)