Consistent spacing in home page

This commit is contained in:
Alex Holliday
2025-01-27 13:17:48 -08:00
parent 9381429f40
commit 674c12af5c
+1 -1
View File
@@ -102,7 +102,7 @@ const UptimeMonitors = () => {
return (
<Stack
className="monitors"
gap={theme.spacing(8)}
gap={theme.spacing(10)}
>
<Breadcrumbs list={BREADCRUMBS} />
<CreateMonitorButton shouldRender={true} />