From c42a134b76f92def28ff3eec62475b4a2350a306 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Wed, 23 Jun 2021 22:36:44 +0200 Subject: [PATCH] fix: setup page rtl. --- .../src/containers/Setup/SetupLeftSection.js | 28 +++++++++++++------ client/src/store/plans/plans.reducer.js | 4 +-- client/src/style/pages/Setup/SetupPage.scss | 3 ++ 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/client/src/containers/Setup/SetupLeftSection.js b/client/src/containers/Setup/SetupLeftSection.js index 68054e1e9..c724dbb33 100644 --- a/client/src/containers/Setup/SetupLeftSection.js +++ b/client/src/containers/Setup/SetupLeftSection.js @@ -8,7 +8,9 @@ import { useAuthActions, useAuthOrganizationId } from 'hooks/state'; function FooterLinkItem({ title, link }) { return (
- { title } + + {title} +
); } @@ -28,7 +30,12 @@ export default function SetupLeftSection() {
- +

@@ -42,17 +49,22 @@ export default function SetupLeftSection() {
- : { organizationId }, + :{' '} + {organizationId},
- + + +
-
-

{'+21892-791-8381'}

+
+

+ {'+21892-738-1987'} +

@@ -61,5 +73,5 @@ export default function SetupLeftSection() {

- ) -} \ No newline at end of file + ); +} diff --git a/client/src/store/plans/plans.reducer.js b/client/src/store/plans/plans.reducer.js index db0f1951f..cfc2c6acc 100644 --- a/client/src/store/plans/plans.reducer.js +++ b/client/src/store/plans/plans.reducer.js @@ -57,11 +57,11 @@ const initialState = { periods: [ { slug: 'month', - label: 'Monthly', + label: }, { slug: 'year', - label: 'Yearly', + label: }, ], }; diff --git a/client/src/style/pages/Setup/SetupPage.scss b/client/src/style/pages/Setup/SetupPage.scss index 7393911ed..a8767d46f 100644 --- a/client/src/style/pages/Setup/SetupPage.scss +++ b/client/src/style/pages/Setup/SetupPage.scss @@ -101,6 +101,9 @@ opacity: 0.75; padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); + p > span { + unicode-bidi: plaintext; + } } &__links {