Skip to content

Commit 32d07fe

Browse files
committed
Fix: No Incidents Message
1 parent c5d50ff commit 32d07fe

File tree

1 file changed

+1
-1
lines changed
  • Client/src/Pages/Uptime/Details/Components/ChartBoxes

1 file changed

+1
-1
lines changed

Client/src/Pages/Uptime/Details/Components/ChartBoxes/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const ChartBoxes = ({
121121
) : (
122122
// Centered layout for "No incidents" message
123123
<Box m="auto" marginY="25%">
124-
<Typography component="span">
124+
<Typography variant="h2">
125125
Great. No incidents, yet!
126126
</Typography>
127127
</Box>

0 commit comments

Comments
 (0)