Skip to content

Commit

Permalink
Merge pull request #1653 from ardriveapp/fix-license-url
Browse files Browse the repository at this point in the history
PE-5767: fix(license help link)
  • Loading branch information
thiagocarvalhodev authored Mar 4, 2024
2 parents faac50f + 6825b48 commit f52169d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/fs_entry_license_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ class _FsEntryLicenseFormState extends State<FsEntryLicenseForm> {
child: GestureDetector(
onTap: () {
openUrl(
url: Resources.howDoesKeyFileLoginWork,
url: Resources.licenseHelpLink,
);
},
child: Text(
Expand Down
2 changes: 2 additions & 0 deletions lib/misc/resources.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Resources {
static const agreementLink = 'https://ardrive.io/tos-and-privacy/';
static const getWalletLink = 'https://www.arconnect.io/';
static const sendGiftLink = 'http://gift.ardrive.io/';
static const licenseHelpLink =
'https://help.ardrive.io/hc/en-us/articles/23162949343131-Licensing-Your-Data';

static const howDoesKeyFileLoginWork =
'https://help.ardrive.io/hc/en-us/articles/15412384724251-How-Do-Keyfile-and-Seed-Phrase-Login-Work-';
Expand Down

0 comments on commit f52169d

Please sign in to comment.