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, }, };