From 59051c1e9b291ae6b8eed071e12cfd2a2e2a253c Mon Sep 17 00:00:00 2001
From: Gary <pgx7aiqs@anonaddy.me>
Date: Mon, 2 Sep 2024 15:18:17 -0700
Subject: [PATCH] fix uptime status

---
 components/nl-status.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/nl-status.html b/components/nl-status.html
index fa8b00e..0f10054 100644
--- a/components/nl-status.html
+++ b/components/nl-status.html
@@ -1,12 +1,12 @@
 <div>
-  <a target="_blank" href="https://status.lasthourhosting.org/">
+  <!-- <a target="_blank" href="https://status.lasthourhosting.org/">
     <img
-      src="https://status.lasthourhosting.org/api/badge/15/ping?style=flat-square"
+      src="https://status.lasthourhosting.org/api/badge/14/ping?style=flat-square"
     />
-  </a>
+  </a> -->
   <a target="_blank" href="https://status.lasthourhosting.org/">
     <img
-      src="https://status.lasthourhosting.org/api/badge/15/uptime?style=flat-square"
+      src="https://status.lasthourhosting.org/api/badge/14/uptime?style=flat-square"
     />
   </a>
 </div>