diff --git a/packages/webapp/src/constants/registerWizard.tsx b/packages/webapp/src/constants/registerWizard.tsx index f1d971d2e..e901d5202 100644 --- a/packages/webapp/src/constants/registerWizard.tsx +++ b/packages/webapp/src/constants/registerWizard.tsx @@ -2,9 +2,6 @@ import intl from 'react-intl-universal'; export const getSetupWizardSteps = () => [ - { - label: intl.get('setup.plan.plans'), - }, { label: intl.get('setup.plan.getting_started'), }, diff --git a/packages/webapp/src/containers/Setup/SetupLeftSection.tsx b/packages/webapp/src/containers/Setup/SetupLeftSection.tsx index 296f386f4..d23a02926 100644 --- a/packages/webapp/src/containers/Setup/SetupLeftSection.tsx +++ b/packages/webapp/src/containers/Setup/SetupLeftSection.tsx @@ -27,13 +27,6 @@ function SetupLeftSectionFooter() { return (
-
-

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

-
-
diff --git a/packages/webapp/src/containers/Setup/SetupOrganizationPage.tsx b/packages/webapp/src/containers/Setup/SetupOrganizationPage.tsx index f119aa931..90457377f 100644 --- a/packages/webapp/src/containers/Setup/SetupOrganizationPage.tsx +++ b/packages/webapp/src/containers/Setup/SetupOrganizationPage.tsx @@ -54,15 +54,6 @@ function SetupOrganizationPage({ wizard }) { return (
-
-

- -

-

- -

-
- span { - unicode-bidi: plaintext; - } + border-top: 1px solid rgba(255, 255, 255, 0.25); + padding-top: 20px; } &__links { text-align: left; - opacity: 0.55; + opacity: 0.65; >div { font-size: 13px; @@ -148,12 +151,14 @@ ul { display: flex; + padding: 0 20px; + justify-content: center; } li { position: relative; list-style-type: none; - width: 25%; + width: 33%; text-align: center; color: #333; font-size: 16px;