diff --git a/plugins/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx b/plugins/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx index 44487defd1e..939941eb874 100644 --- a/plugins/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx +++ b/plugins/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx @@ -71,17 +71,7 @@ export const CartCheckoutFeedbackPrompt = () => ( 'We are currently working on improving our cart and checkout blocks to provide merchants with the tools and customization options they need.', 'woo-gutenberg-products-block' ) } - url="https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/new?template=--cart-checkout-feedback.md" - /> -); - -export const LegacyFeedbackPrompt = () => ( - );