mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-20 08:39:43 -06:00
feat: adding spacing to stack
This commit is contained in:
@@ -53,6 +53,7 @@ const Monitors = ({ isAdmin }) => {
|
||||
justifyContent="space-between"
|
||||
alignItems="center"
|
||||
mt={theme.spacing(5)}
|
||||
gap={theme.spacing(6)}
|
||||
>
|
||||
<Greeting type="uptime" />
|
||||
{canCreateMonitor && (
|
||||
|
||||
Reference in New Issue
Block a user