url font change to monospace

This commit is contained in:
rimaru06
2025-04-27 12:05:16 +05:30
parent e8c9de6c63
commit f1d0b22e48
2 changed files with 5300 additions and 4965 deletions

10259
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -25,10 +25,12 @@ const MonitorStatusHeader = ({ path, isLoading = false, isAdmin, monitor }) => {
<Stack
direction="row"
alignItems={"center"}
gap={theme.spacing(2)}
gap={theme.spacing(4)}
>
<PulseDot color={statusColor[determineState(monitor)]} />
<Typography variant="h2">
<Typography variant="h2"
style={{fontFamily : "monospace" , fontWeight : 'bolder'}}
>
{monitor?.url?.replace(/^https?:\/\//, "") || "..."}
</Typography>
<Dot />