Skip to content

Commit

Permalink
set urls to our readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Donatas Puidokas authored and ewanas committed Sep 13, 2022
1 parent 82ebed6 commit d62062f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/constants/app_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,12 @@ const String FEEDBACK = 'Feedback';
const String FQA = 'FAQ';
const String PRIVACY = 'Privacy Policy';

const String FEEDBACK_LINK = 'https://www.google.com';
const String FQA_LINK = 'https://www.google.com';
const String PRIVACY_LINK = 'https://www.google.com';
const String FEEDBACK_LINK =
'https://github.com/LeastAuthority/destiny/blob/main/README.md';
const String FQA_LINK =
'https://github.com/LeastAuthority/destiny/blob/main/README.md';
const String PRIVACY_LINK =
'https://github.com/LeastAuthority/destiny/blob/main/README.md';

const String ERR_WRONG_CODE_RECEIVER = """Oops..
If you’re sure this is the right code: Either the sender is no longer connected, or the code was already used.
Expand Down

0 comments on commit d62062f

Please sign in to comment.