more gap between resources on dashboard

This commit is contained in:
mbecker20
2024-05-20 03:55:58 -07:00
parent e33019cab8
commit ec9e9638f5

View File

@@ -19,11 +19,13 @@ export const Dashboard = () => {
<AllUpdates />
<Section title="Resources" icon={<Boxes className="w-4 h-4" />}>
<ResourceRow type="Deployment" />
<ResourceRow type="Build" />
<ResourceRow type="Repo" />
<ResourceRow type="Server" />
<ResourceRow type="Procedure" />
<div className="flex flex-col gap-12">
<ResourceRow type="Deployment" />
<ResourceRow type="Build" />
<ResourceRow type="Repo" />
<ResourceRow type="Server" />
<ResourceRow type="Procedure" />
</div>
</Section>
</Page>
);