From 5bffc91ad8feda320be6e20625a4965216263c94 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Tue, 6 Dec 2022 14:50:23 +0300 Subject: [PATCH] fix(#206): change link for india - about the project --- src/config/clients/india.tsx | 1 + src/config/clients/types.tsx | 1 + src/features/UserAccount/index.tsx | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/clients/india.tsx b/src/config/clients/india.tsx index 461adbac..0eac3a13 100644 --- a/src/config/clients/india.tsx +++ b/src/config/clients/india.tsx @@ -8,6 +8,7 @@ import { insports } from './insports' export const india: ClientConfig = { ...insports, + about_the_project: 'https://prsolution.pro', auth: { clientId: ClientIds.India, }, diff --git a/src/config/clients/types.tsx b/src/config/clients/types.tsx index 98c61297..febb8d15 100644 --- a/src/config/clients/types.tsx +++ b/src/config/clients/types.tsx @@ -23,6 +23,7 @@ export enum ClientNames { } export type ClientConfig = { + about_the_project?: string, auth: { clientId: ClientIds, metaDataUrlParams?: string, diff --git a/src/features/UserAccount/index.tsx b/src/features/UserAccount/index.tsx index a1fd24bd..553a5524 100644 --- a/src/features/UserAccount/index.tsx +++ b/src/features/UserAccount/index.tsx @@ -77,7 +77,7 @@ const UserAccount = () => { {!isLffClient && !isInSportsClient && (