Jelajahi Sumber

provision cluster spacer

Justin Rhee 3 tahun lalu
induk
melakukan
f4f8d3ecbf
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      dashboard/src/main/home/dashboard/ClusterSection.tsx

+ 2 - 1
dashboard/src/main/home/dashboard/ClusterSection.tsx

@@ -8,6 +8,7 @@ import Banner from "components/Banner";
 import ProvisionerFlow from "components/ProvisionerFlow";
 import ClusterList from "./ClusterList";
 import TitleSection from "components/TitleSection";
+import Spacer from "components/porter/Spacer";
 
 type Props = {
 };
@@ -81,7 +82,7 @@ const ClusterSection = (props: Props) => {
             Provision a new cluster
           </Title>
         </TitleSection>
-        <Br height="7px" />
+        <Spacer y={1} />
         <Banner>
           You have currently provisioned {usage?.current.cluster || "0"} out of {usage?.limit.clusters || "0"} clusters for this project.
         </Banner>