Skip to content

Commit

Permalink
Update forms to use now-u domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JElgar committed Nov 18, 2024
1 parent f7afc53 commit 5ab93ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/assets/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ 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 5ab93ff

Please sign in to comment.