mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-18 23:48:43 -05:00
Consistent spacing in home page
This commit is contained in:
@@ -102,7 +102,7 @@ const UptimeMonitors = () => {
|
||||
return (
|
||||
<Stack
|
||||
className="monitors"
|
||||
gap={theme.spacing(8)}
|
||||
gap={theme.spacing(10)}
|
||||
>
|
||||
<Breadcrumbs list={BREADCRUMBS} />
|
||||
<CreateMonitorButton shouldRender={true} />
|
||||
|
||||
Reference in New Issue
Block a user