feat(CommunityOverview): Update Control Node help page URL opened by Learn more button

Updating the help URL.
This commit is contained in:
Alex Jbanca 2023-07-24 12:36:02 +03:00 committed by Alex Jbanca
parent ffc5029be1
commit 83303a011e
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ StackLayout {
isControlNode: root.isControlNode
onExportControlNodeClicked: root.exportControlNodeClicked()
//TODO update once the domain changes
onLearnMoreClicked: Global.openLink(Constants.statusHelpLinkPrefix + "en/status-communities/about-the-control-node-in-status-communities")
onLearnMoreClicked: Global.openLink(Constants.statusHelpLinkPrefix + "status-communities/about-the-control-node-in-status-communities")
}
}

View File

@ -880,7 +880,7 @@ QtObject {
readonly property string communityLinkPrefix: externalStatusLinkWithHttps + '/c/'
readonly property string userLinkPrefix: externalStatusLinkWithHttps + '/u/'
readonly property string statusLinkPrefix: 'https://status.im/'
readonly property string statusHelpLinkPrefix: `https://help.status.im/`
readonly property string statusHelpLinkPrefix: `https://status.app/help/`
readonly property int maxUploadFiles: 5
readonly property double maxUploadFilesizeMB: 10