Skip to content

Commit

Permalink
Update forms to use now-u domain (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
JElgar authored Nov 18, 2024
1 parent f7afc53 commit 8929f25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/assets/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ final TERMS_AND_CONDITIONS_URI = Uri.parse(
);

final ABOUT_US_URI = Uri.parse('https://www.now-u.com/about');
final FEEDBACK_FORM_URI = Uri.parse('https://forms.gle/xenzFkRVrELsqnnB9');
final JOIN_RESEARCH_FORM_URI = Uri.parse('https://forms.gle/DjSdjH1DfNtRwXiP7');
final FEEDBACK_FORM_URI = Uri.parse('https://www.now-u.com/app/feedback');
final JOIN_RESEARCH_FORM_URI = Uri.parse(
'https://www.now-u.com/app/research/signup',
);

final INSTAGRAM_URI = Uri.parse('https://www.instagram.com/now_u_app/');
final FACEBOOK_URI = Uri.parse('https://www.facebook.com/nowufb');
Expand Down

0 comments on commit 8929f25

Please sign in to comment.