Skip to content

Commit 374455c

Browse files
committed
Merge branch 'main' into feature/vitest-test-suite
2 parents 31051e3 + 492a306 commit 374455c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contexts/AppContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { AppState, LanguageType, SnippetType } from "@types";
44

55
// tokens
66
const defaultLanguage: LanguageType = {
7-
lang: "JavaScript",
7+
lang: "JAVASCRIPT",
88
icon: "/icons/javascript.svg",
99
};
1010

0 commit comments

Comments
 (0)