Justin Rhee 3 лет назад
Родитель
Сommit
77900bd36f

+ 9 - 11
dashboard/src/components/ProvisionerFlow.tsx

@@ -89,17 +89,15 @@ const ProvisionerFlow: React.FC<Props> = ({
                 <>
                   <Spacer height="15px" />
                   <Fieldset background="#1b1d2688">
-                    <Text>
-                      • Amazon Elastic Kubernetes Service (EKS) = $73/mo
-                      <Spacer height="15px" />
-                      • Amazon EC2:
-                      <Spacer height="15px" />
-                      <Tab />+ System workloads: t3.medium instance (2) = $60.74/mo
-                      <Spacer height="15px" />
-                      <Tab />+ Monitoring workloads: t3.large instance (1) = $60.74/mo
-                      <Spacer height="15px" />
-                      <Tab />+ Application workloads: t3.xlarge instance (1) = $121.47/mo
-                    </Text>
+                    • Amazon Elastic Kubernetes Service (EKS) = $73/mo
+                    <Spacer height="15px" />
+                    • Amazon EC2:
+                    <Spacer height="15px" />
+                    <Tab />+ System workloads: t3.medium instance (2) = $60.74/mo
+                    <Spacer height="15px" />
+                    <Tab />+ Monitoring workloads: t3.large instance (1) = $60.74/mo
+                    <Spacer height="15px" />
+                    <Tab />+ Application workloads: t3.xlarge instance (1) = $121.47/mo
                   </Fieldset>
                 </>
               }

+ 1 - 1
dashboard/src/main/auth/VerifyEmail.tsx

@@ -125,7 +125,7 @@ const Register: React.FC<Props> = ({
           size={13}
           color="helper"
         >
-          Want to use a different email? <Link onClick={handleLogOut}>Log out</Link>
+          Want to use a different email?<Spacer inline width="5px" /><Link onClick={handleLogOut}>Log out</Link>
         </Text>
       </Wrapper>
     </StyledRegister>