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 146eb00

Browse files
committed
changing the defaultLanguage lang prop so that it is uppercase
1 parent 8743f53 commit 146eb00

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 によって変換されたページ (->オリジナル) /