From 273434a2096cc70967a89e5bb753d65362eb4e01 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Wed, 18 May 2022 17:22:33 +0700 Subject: [PATCH] fix(#2248): add new link to popup --- Makefile | 2 +- src/config/lexics/indexLexics.tsx | 1 + src/features/AuthServiceApp/components/ConfirmPopup/index.tsx | 3 +++ src/features/AuthServiceApp/components/ConfirmPopup/styled.tsx | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7398d0cf..60551201 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,7 @@ b-stage: build-b rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/b-wwwroot/ c-stage: build-c - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/c-wwwroot/ + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/c-wwwroot/ d-stage: build-d rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/d-wwwroot/ diff --git a/src/config/lexics/indexLexics.tsx b/src/config/lexics/indexLexics.tsx index 2348c193..1dc8cf4b 100644 --- a/src/config/lexics/indexLexics.tsx +++ b/src/config/lexics/indexLexics.tsx @@ -99,6 +99,7 @@ export const indexLexics = { available_matches_shown: 13385, basketball: 6960, broadcast: 13049, + by_clicking: 17879, check_connection: 15700, choose_sport: 17927, cm: 817, diff --git a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx index 7a05ea36..d52a60d5 100644 --- a/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx +++ b/src/features/AuthServiceApp/components/ConfirmPopup/index.tsx @@ -39,6 +39,9 @@ export const ConfirmPopup = (props: Props) => { + + +   diff --git a/src/features/AuthServiceApp/components/ConfirmPopup/styled.tsx b/src/features/AuthServiceApp/components/ConfirmPopup/styled.tsx index 84baedc4..9e84aaa6 100644 --- a/src/features/AuthServiceApp/components/ConfirmPopup/styled.tsx +++ b/src/features/AuthServiceApp/components/ConfirmPopup/styled.tsx @@ -42,6 +42,7 @@ export const ScBody = styled(Body)` export const ScText = styled.span` text-align: center; + margin-bottom: 20px; ${isMobileDevice ? css`