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

Commit

Permalink
Update feedback link (#11999)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavvves authored Dec 1, 2023
1 parent 174922e commit 3c0776e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions assets/js/editor-components/feedback-prompt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => (
<FeedbackPrompt
text={ __(
'We are working on a better editing experience that will replace classic blocks. Keep an eye out for updates!',
'woo-gutenberg-products-block'
) }
url="https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/new?template=--classic-block-feedback.md"
url="https://github.com/woocommerce/woocommerce/discussions/new?category=checkout-flow&labels=type%3A+product%20feedback"
/>
);

Expand Down

0 comments on commit 3c0776e

Please sign in to comment.