diff --git a/src/app/(pages)/mojang/status/page.tsx b/src/app/(pages)/mojang/status/page.tsx index 4e20337..8604bb7 100644 --- a/src/app/(pages)/mojang/status/page.tsx +++ b/src/app/(pages)/mojang/status/page.tsx @@ -63,41 +63,39 @@ export default async function Page(): Promise { const endpointsSize = Object.entries(endpoints).length; return ( -
- -

Mojang Status

-

The current status of Mojang Services

+ +

Mojang Status

+

The current status of Mojang Services

-
- {endpointsSize === 0 &&

Unable to fetch endpoint statuses

} - {endpointsSize > 0 && ( - - - - Service - Status - - - - {Object.entries(endpoints).map(([url, status]) => { - return ( - - - - {url} - - - - {formatStatus(status)} - - - ); - })} - -
- )} -
-
-
+
+ {endpointsSize === 0 &&

Unable to fetch endpoint statuses

} + {endpointsSize > 0 && ( + + + + Service + Status + + + + {Object.entries(endpoints).map(([url, status]) => { + return ( + + + + {url} + + + + {formatStatus(status)} + + + ); + })} + +
+ )} +
+ ); } diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx index d1243a3..61dde20 100644 --- a/src/app/(pages)/page.tsx +++ b/src/app/(pages)/page.tsx @@ -37,7 +37,7 @@ export default function Home(): JSX.Element { {buttons.map((button, index) => { return ( - +