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;