Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLAG-975 | remove survey alert #4740

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions components/widgets/forest-change/net-change/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,7 @@ export default {
alerts: [
{
id: 'net-change-alert-1',
text:
'The loss total is different from annual tree cover loss, as this data was created using a different method and forest definition. For gross or annual loss information, please see the tree cover loss widget.',
visible: [
'country',
'geostore',
'aoi',
'wdpa',
'use',
'dashboard',
'global',
],
},
{
id: 'net-change-alert-2',
text:
'Would you like to **help us understand** how to present this data in more helpful ways? [Click here to fill out a survey](https://survey.alchemer.com/s3/7062032/Provide-feedback-for-Global-Forest-Watch-s-Net-Change-in-Tree-Cover-data-layer)',
text: 'The loss total is different from annual tree cover loss, as this data was created using a different method and forest definition. For gross or annual loss information, please see the tree cover loss widget.',
visible: [
'country',
'geostore',
Expand Down
Loading