Skip to content

Commit

Permalink
fix node stats and make plans out of stock
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmp committed Jun 14, 2024
1 parent 7684ec3 commit 1f4e3ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/node-stats/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default component$(() => {
</Header>
jellyfishjaws.birdflop.com
</Card>
<Card href="http://koalaknees.birdflop.com/" color="green" hover="clickable" blobs>
<Card href="http://koalaknees.birdflop.com:19999/" color="green" hover="clickable" blobs>
<Header subheader="Ashburn, VA, USA">
Koalaknees
</Header>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/plans/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -58,7 +58,7 @@ export const plans = {
'Ryzen 9 7950X (6 vCores)',
'Unmetered* NVMe Storage',
],
outOfStock: false,
outOfStock: true,
},
};

Expand Down

0 comments on commit 1f4e3ae

Please sign in to comment.