Direct the user to the wp.org wcpayments page for a more direct install path
This commit is contained in:
parent
a1aff10f5f
commit
6b7fd14c09
|
@ -48,7 +48,7 @@ const ErrorNotice = ( { isError }: { isError: boolean } ) => {
|
||||||
a: (
|
a: (
|
||||||
// eslint-disable-next-line jsx-a11y/anchor-has-content
|
// eslint-disable-next-line jsx-a11y/anchor-has-content
|
||||||
<a
|
<a
|
||||||
href="https://woocommerce.com/payments"
|
href="https://wordpress.org/plugins/woocommerce-payments/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue