Skip to content

Commit 63eaf19

Browse files
Making the language folder name, the name of the language instead of the slug name of the language
1 parent 148a975 commit 63eaf19

File tree

187 files changed

+20
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+20
-8
lines changed

public/data/_index.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"icon": "/icons/c.svg"
55
},
66
{
7-
"lang": "Cpp",
7+
"lang": "CPP",
88
"icon": "/icons/cpp.svg"
99
},
1010
{
11-
"lang": "Css",
11+
"lang": "CSS",
1212
"icon": "/icons/css.svg"
1313
},
1414
{
15-
"lang": "Html",
15+
"lang": "HTML",
1616
"icon": "/icons/html.svg"
1717
},
1818
{
@@ -28,7 +28,7 @@
2828
"icon": "/icons/rust.svg"
2929
},
3030
{
31-
"lang": "Scss",
31+
"lang": "SCSS",
3232
"icon": "/icons/scss.svg"
3333
}
3434
]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)