Fix missing "discover more" url in LYS tour (#48109)

* Add URL to discover more link

* Changelog
This commit is contained in:
Ilyas Foo 2024-06-04 10:33:39 +08:00 committed by GitHub
parent 9b251ce318
commit c53e0282a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View File

@ -64,8 +64,14 @@ export const SiteVisibilityTour = ( { onClose }: { onClose: () => void } ) => {
'woocommerce'
),
{
// eslint-disable-next-line jsx-a11y/anchor-has-content, jsx-a11y/anchor-is-valid
link: <a href="#" target="_blank" />,
link: (
// eslint-disable-next-line jsx-a11y/anchor-has-content
<a
href="https://woocommerce.com/document/configuring-woocommerce-settings/coming-soon-mode/"
target="_blank"
rel="noreferrer"
/>
),
}
),
},

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Add missing URL to discover more link in LYS tour