From 3a205aba1378fb2bcbd3806d7900956d3766ea3d Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 10:51:00 -0400 Subject: [PATCH 1/2] fixed typos --- src/pages/farming.astro | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/farming.astro b/src/pages/farming.astro index eadc3ae..daf9eaf 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -52,10 +52,10 @@ const metadata = { description: '8 Logical CPU Cores', }, { - description: 'Upto 1,000 INCA/month for utilization.', + description: 'Up to 1,000 INCA/month for utilization', }, { - description: 'For first 5,000 nodes, 250 INCA/month additional for first 24 months.', + description: 'For first 5,000 nodes, 250 INCA/month additional for first 24 months', } ], callToAction: { @@ -80,10 +80,10 @@ const metadata = { description: '16 Logical CPU Cores', }, { - description: 'Upto 4,000 INCA/month for utilization.', + description: 'Up to 4,000 INCA/month for utilization', }, { - description: 'For first 1,000 nodes, 1,000 INCA/month additional for first 24 months.', + description: 'For first 1,000 nodes, 1,000 INCA/month additional for first 24 months', } ], callToAction: { @@ -110,10 +110,10 @@ const metadata = { description: 'RTX 4900 GPU', }, { - description: 'Upto 10,000 INCA/month for utilization.', + description: 'Up to 10,000 INCA/month for utilization', }, { - description: 'For first 1,000 nodes, 2,000 INCA/month additional for first 24 months.', + description: 'For first 1,000 nodes, 2,000 INCA/month additional for first 24 months', } ], callToAction: { -- 2.40.1 From 215336b692cd31a15997bf6acad0c789ac3aff84 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Sat, 8 Jun 2024 11:04:34 -0400 Subject: [PATCH 2/2] updated infos --- src/pages/farming.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/farming.astro b/src/pages/farming.astro index daf9eaf..1163f13 100644 --- a/src/pages/farming.astro +++ b/src/pages/farming.astro @@ -127,7 +127,7 @@ const metadata = { /> - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 100c943..6e6be1e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -62,7 +62,7 @@ const metadata = { - + -- 2.40.1