mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 03:38:55 -05:00
more gap between resources on dashboard
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user