cherry-pick: client: upd manual upd link
Closes #4208. Squashed commit of the following: commit 4ae27b5f7cd6b0f4ec0c9041d92c4d1ac00dd622 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Jan 31 18:34:18 2022 +0300 client: upd manual upd link
This commit is contained in:
committed by
Ainar Garipov
parent
4813b4de25
commit
959d9ff9a0
@@ -13,7 +13,7 @@ import {
|
||||
STATUS_RESPONSE,
|
||||
SETTINGS_NAMES,
|
||||
FORM_NAME,
|
||||
GETTING_STARTED_LINK,
|
||||
MANUAL_UPDATE_LINK,
|
||||
} from '../helpers/constants';
|
||||
import { areEqualVersions } from '../helpers/version';
|
||||
import { getTlsStatus } from './encryption';
|
||||
@@ -193,7 +193,7 @@ export const getUpdate = () => async (dispatch, getState) => {
|
||||
const handleRequestError = () => {
|
||||
const options = {
|
||||
components: {
|
||||
a: <a href={GETTING_STARTED_LINK} target="_blank"
|
||||
a: <a href={MANUAL_UPDATE_LINK} target="_blank"
|
||||
rel="noopener noreferrer" />,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user