We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31051e3 + 492a306 commit 374455cCopy full SHA for 374455c
src/contexts/AppContext.tsx
@@ -4,7 +4,7 @@ import { AppState, LanguageType, SnippetType } from "@types";
4
5
// tokens
6
const defaultLanguage: LanguageType = {
7
- lang: "JavaScript",
+ lang: "JAVASCRIPT",
8
icon: "/icons/javascript.svg",
9
};
10
0 commit comments