Add URL to feedback prompt (https://github.com/woocommerce/woocommerce-blocks/pull/2028)
This commit is contained in:
parent
690f61ec93
commit
7bcf1eb5df
|
@ -22,8 +22,7 @@ const FeedbackPrompt = ( { text } ) => {
|
|||
</h2>
|
||||
<p className="wc-block-feedback-prompt__text">{ text }</p>
|
||||
<a
|
||||
// @todo Update the link to a page to gather feedback.
|
||||
href="https://wordpress.org/support/plugin/woo-gutenberg-products-block/reviews/"
|
||||
href="https://ideas.woocommerce.com/forums/133476-woocommerce?category_id=384565"
|
||||
className="wc-block-feedback-prompt__link"
|
||||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
|
|
Loading…
Reference in New Issue