Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 492a306

Browse files
Merge pull request #132 from barrymun/bug/default-lang-uppercase
Bug - Change the defaultLanguage object lang prop so that it is uppercase
2 parents 8743f53 + 146eb00 commit 492a306

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)

AltStyle によって変換されたページ (->オリジナル) /