Skip to content

Commit ccfdd37

Browse files
committed
update defaultJson
1 parent 5cf1d1e commit ccfdd37

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/store/useFile.ts

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const defaultJson = JSON.stringify(
1616
launched: 2022,
1717
openSource: true,
1818
stars: 34633,
19-
alternative: {
19+
upgrade: {
2020
appName: "ToDiagram",
2121
detail: "New powerful JSON editor.",
2222
website: "https://todiagram.com",
@@ -27,28 +27,24 @@ const defaultJson = JSON.stringify(
2727
{
2828
title: "Launch",
2929
year: 2022,
30-
detail: "Released the first version.",
3130
},
3231
{
3332
title: "10K Stars",
3433
date: 2022,
35-
detail: "Achieved 10,000 stars on GitHub.",
3634
},
3735
{
3836
title: "20K Stars",
3937
date: 2023,
40-
detail: "Achieved 20,000 stars on GitHub.",
4138
},
4239
{
4340
title: "30K Stars",
4441
date: 2024,
45-
detail: "Achieved 30,000 stars on GitHub.",
4642
},
4743
],
4844
social: {
4945
github: "https://github.com/AykutSarac/jsoncrack.com",
5046
twitter: "https://x.com/jsoncrack",
51-
linkedin: "https://www.linkedin.com/company/todiagram",
47+
linkedin: "https://linkedin.com/company/todiagram",
5248
},
5349
images: ["https://jsoncrack.com/assets/logo.svg"],
5450
},

0 commit comments

Comments
 (0)