Skip to content

Commit 0808eab

Browse files
authored
update footer product name from Serverless to Starter (#632)
1 parent fd3e411 commit 0808eab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/shared/resources.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ export const EN_FOOTER_ITEMS = [
181181
name: "Products",
182182
items: [
183183
{
184-
name: "TiDB Cloud Serverless",
185-
url: "https://www.pingcap.com/tidb-cloud-serverless/",
184+
name: "TiDB Cloud Starter",
185+
url: "https://www.pingcap.com/tidb-cloud-starter/",
186186
},
187187
{
188188
name: "TiDB Cloud Dedicated",
@@ -300,8 +300,8 @@ export const ZH_FOOTER_ITEMS = [
300300
url: "https://cn.pingcap.com/product/#SelectProduct",
301301
},
302302
{
303-
name: "TiDB Cloud Serverless",
304-
url: "https://www.pingcap.com/tidb-cloud-serverless/",
303+
name: "TiDB Cloud Starter",
304+
url: "https://www.pingcap.com/tidb-cloud-starter/",
305305
},
306306
{
307307
name: "TiDB Cloud Dedicated",
@@ -388,8 +388,8 @@ export const JA_FOOTER_ITEMS = [
388388
name: "製品",
389389
items: [
390390
{
391-
name: "TiDB Cloud Serverless",
392-
url: "https://pingcap.co.jp/tidb-serverless/",
391+
name: "TiDB Cloud Starter",
392+
url: "https://pingcap.co.jp/tidb-cloud-starter/",
393393
},
394394
{
395395
name: "TiDB Cloud Dedicated",

0 commit comments

Comments
 (0)