From 7fd6d833890a88f99dfe7750c7e55fce6fa376c7 Mon Sep 17 00:00:00 2001 From: "Georgi Ganchev @7DIGIT" Date: Thu, 4 Jan 2024 13:43:07 +0200 Subject: [PATCH] Add: user guide buttom to UserProfile --- src/blocks/UserProfile/UserProfile.jsx | 11 +++++++++++ src/blocks/UserProfile/locales/en.json | 3 ++- src/blocks/UserProfile/locales/kk.json | 3 ++- src/blocks/UserProfile/locales/ru.json | 3 ++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/blocks/UserProfile/UserProfile.jsx b/src/blocks/UserProfile/UserProfile.jsx index 80a5b1f6..0fc2e2a6 100644 --- a/src/blocks/UserProfile/UserProfile.jsx +++ b/src/blocks/UserProfile/UserProfile.jsx @@ -133,6 +133,17 @@ export const UserProfile = ({ openModal, isTmpUser }) => { classes="user-profile__grid__item__button" onClick={() => handleRedirect("/cookie-policy")} /> + + window.open( + "https://7digit-1.gitbook.io/usupport/y0yJCW2nZ6Sb52p4arjv", + "_blank" + ) + } + />