From 1f4e3aee1d249535b063978a8d1f78aeacbfe292 Mon Sep 17 00:00:00 2001 From: AkiraDev Date: Thu, 13 Jun 2024 23:03:05 -0700 Subject: [PATCH] fix node stats and make plans out of stock --- src/routes/node-stats/index.tsx | 2 +- src/routes/plans/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/node-stats/index.tsx b/src/routes/node-stats/index.tsx index 6df18a40..96282765 100644 --- a/src/routes/node-stats/index.tsx +++ b/src/routes/node-stats/index.tsx @@ -40,7 +40,7 @@ export default component$(() => { jellyfishjaws.birdflop.com - +
Koalaknees
diff --git a/src/routes/plans/index.tsx b/src/routes/plans/index.tsx index 7917fe93..634197b5 100644 --- a/src/routes/plans/index.tsx +++ b/src/routes/plans/index.tsx @@ -41,7 +41,7 @@ export const plans = { 'Up to 80 GB NVMe Storage', 'Free upgrade to US Premium+ after 6 months', ], - outOfStock: false, + outOfStock: true, }, 'US Premium+': { id: 'us-premium', @@ -58,7 +58,7 @@ export const plans = { 'Ryzen 9 7950X (6 vCores)', 'Unmetered* NVMe Storage', ], - outOfStock: false, + outOfStock: true, }, };