diff --git a/src/App.js b/src/App.js index 08e1d21..36368b2 100644 --- a/src/App.js +++ b/src/App.js @@ -600,14 +600,6 @@ ${INDENT[this.IL]})`; onAction: this.reset }; - const reportIssue = { - content: 'Leave feedback', - icon: ChatMajorMonotone, - external: true, - plain: true, - url: 'https://docs.google.com/forms/d/e/1FAIpQLSdBHeVvdU92fc8vsqRuvx5uWuYQFsW8U3Co5HDIusH8YEH_VA/viewform' - } - const secondaryActions = [ { content: 'Export campaigns', @@ -645,7 +637,7 @@ ${INDENT[this.IL]})`; }; return ( - + {this.state.modal.isOpen && An error occured. To help fix it, let me know how it occured by - leaving feedback + creating an issue on GitHub .

diff --git a/src/components/InfoBanner.js b/src/components/InfoBanner.js index bbdde2c..cd66933 100644 --- a/src/components/InfoBanner.js +++ b/src/components/InfoBanner.js @@ -28,7 +28,7 @@ export default class InfoBanner extends React.Component { onDismiss={this.dismissBanner} > -

Please note that this app is not developed by Shopify. Please do not contact Shopify Support for help, instead use the Leave feedback link below.

+

Please note that this app is not developed by Shopify. Please do not contact Shopify Support for help.

)