Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit b3dd7f1

Browse files
committed
Update feedback link (#11999)
1 parent 6fccf84 commit b3dd7f1

File tree

1 file changed

+1
-11
lines changed
  • assets/js/editor-components/feedback-prompt

1 file changed

+1
-11
lines changed

assets/js/editor-components/feedback-prompt/index.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,7 @@ export const CartCheckoutFeedbackPrompt = () => (
7171
'We are currently working on improving our cart and checkout blocks to provide merchants with the tools and customization options they need.',
7272
'woo-gutenberg-products-block'
7373
) }
74-
url="https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/new?template=--cart-checkout-feedback.md"
75-
/>
76-
);
77-
78-
export const LegacyFeedbackPrompt = () => (
79-
<FeedbackPrompt
80-
text={ __(
81-
'We are working on a better editing experience that will replace classic blocks. Keep an eye out for updates!',
82-
'woo-gutenberg-products-block'
83-
) }
84-
url="https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/new?template=--classic-block-feedback.md"
74+
url="https://github.com/woocommerce/woocommerce/discussions/new?category=checkout-flow&labels=type%3A+product%20feedback"
8575
/>
8676
);
8777

0 commit comments

Comments
 (0)