Skip to content

Commit dff96ae

Browse files
refine onboarding promo notice interpolation
Agent-Logs-Url: https://github.com/Codeinwp/templates-patterns-collection/sessions/1a67f28d-97f3-4be1-81ef-6fe9ff05ad79 Co-authored-by: harshitarora-in <56164789+harshitarora-in@users.noreply.github.com>
1 parent b988732 commit dff96ae

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

onboarding/src/Components/OnboardingPromoNotice.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,11 @@ const OnboardingPromoNotice = () => {
3232
),
3333
{
3434
requestSiteLink: (
35+
/* eslint-disable-next-line jsx-a11y/anchor-has-content */
3536
<a
3637
href={ requestSiteLink }
3738
className="ob-onboarding-promo-link"
38-
>
39-
{ __(
40-
'request a site',
41-
'templates-patterns-collection'
42-
) }
43-
</a>
39+
/>
4440
),
4541
}
4642
)

0 commit comments

Comments
 (0)