diff --git a/src/app/(pages)/page.tsx b/src/app/(pages)/page.tsx
index 7b4f769..53ead15 100644
--- a/src/app/(pages)/page.tsx
+++ b/src/app/(pages)/page.tsx
@@ -63,7 +63,7 @@ export default function Home(): ReactElement {
API Statistics
View the statistics for the API in real-time!
diff --git a/src/app/components/stats.tsx b/src/app/components/stats.tsx index e3c6c2d..381d847 100644 --- a/src/app/components/stats.tsx +++ b/src/app/components/stats.tsx @@ -41,7 +41,7 @@ export function Stats(): ReactElement { const metrics = lastMessage !== null ? JSON.parse(lastMessage.data).metrics : undefined; return ( -