From dba3c9aef1160e1fa1e4dbf99dbce5dbd0854b6d Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 9 Sep 2019 11:59:53 +0300 Subject: [PATCH] + client: update github issues link Closes #990 --- client/src/components/ui/Footer.js | 2 +- client/src/helpers/constants.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/ui/Footer.js b/client/src/components/ui/Footer.js index 37c4022e..fb622878 100644 --- a/client/src/components/ui/Footer.js +++ b/client/src/components/ui/Footer.js @@ -33,7 +33,7 @@ class Footer extends Component { privacy_policy - + report_an_issue diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index 9f536d60..3551a41a 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -24,6 +24,7 @@ export const REPOSITORY = { URL: 'https://github.com/AdguardTeam/AdGuardHome', TRACKERS_DB: 'https://github.com/AdguardTeam/AdGuardHome/tree/master/client/src/helpers/trackers/adguard.json', + ISSUES: 'https://github.com/AdguardTeam/AdGuardHome/issues/new/choose', }; export const PRIVACY_POLICY_LINK = 'https://adguard.com/privacy/home.html';