From a2e3e054580cd425f7d48fa3d828374fc5b36105 Mon Sep 17 00:00:00 2001 From: Mati Date: Tue, 3 Oct 2023 14:53:01 -0300 Subject: [PATCH] feat(resources): updates the sub-domain of the feedback survey form URL PE-4718 --- lib/misc/resources.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/misc/resources.dart b/lib/misc/resources.dart index bac6f73304..787a75b3ce 100644 --- a/lib/misc/resources.dart +++ b/lib/misc/resources.dart @@ -4,7 +4,8 @@ class Resources { 'https://ardrive.zendesk.com/hc/en-us/articles/5258520347419-Fund-Your-Wallet'; static const manifestLearnMoreLink = 'https://ardrive.zendesk.com/hc/en-us/articles/5300353421467-Arweave-Manifests'; - static const surveyFeedbackFormUrl = 'https://ar-io.typeform.com/UserSurvey'; + static const surveyFeedbackFormUrl = + 'https://pds-inc.typeform.com/UserSurvey'; static const helpLink = 'https://ardrive.zendesk.com/hc/en-us'; static const agreementLink = 'https://ardrive.io/tos-and-privacy/';