1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-07-19 23:35:00 +01:00

Update component.jsx

This commit is contained in:
shamoon 2023-08-28 17:48:44 -07:00
parent 2363f96f1b
commit 36760caff9

@ -37,8 +37,6 @@ export default function Component({ service }) {
<Container service={service}>
<Block label="uptimerobot.status" />
<Block label="uptimerobot.uptime" />
<Block label="uptimerobot.lastDown" />
<Block label="uptimerobot.downDuration" />
</Container>
);
}