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.
1 parent 8743f53 commit 146eb00Copy full SHA for 146eb00
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