Skip to content

Commit

Permalink
Update feedback form (#301)
Browse files Browse the repository at this point in the history
Sorry
  • Loading branch information
JElgar authored Aug 6, 2024
1 parent a6232f8 commit 723fbea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/assets/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ 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://docs.google.com/forms/d/e/1FAIpQLSflMOarmyXRv7DRbDQPWRayCpE5X4d8afOpQ1hjXfdvzbnzQQ/viewform',
);
final FEEDBACK_FORM_URI = Uri.parse('https://forms.gle/xenzFkRVrELsqnnB9');

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 723fbea

Please sign in to comment.