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 8743f53 + 146eb00 commit 492a306Copy full SHA for 492a306
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