From b87b46ee892f612d6bff6ae3c7b14f2469b815af Mon Sep 17 00:00:00 2001 From: shialoth Date: Sun, 4 May 2025 09:44:02 +0000 Subject: [PATCH] changed k80 price for testing to $1 --- src/app/dashboard/rent/Boxes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/rent/Boxes.tsx b/src/app/dashboard/rent/Boxes.tsx index 0fab187..5e73512 100644 --- a/src/app/dashboard/rent/Boxes.tsx +++ b/src/app/dashboard/rent/Boxes.tsx @@ -22,7 +22,7 @@ export default function Boxes() { title: 'NVIDIA Tesla K80', subTitle: '24 GB GDDR5 - 4992 CUDA Cores', price: '$0.15/hour ($110/mo)', - price_usd: 110, + price_usd: 1, //110 }, { id: 't1000',