From 146eb00c64327fda74ad7477f877ed9443c2c2a0 Mon Sep 17 00:00:00 2001 From: Neil Murphy Date: Thu, 2 Jan 2025 17:07:23 +0000 Subject: [PATCH] changing the defaultLanguage lang prop so that it is uppercase --- src/contexts/AppContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/AppContext.tsx b/src/contexts/AppContext.tsx index d9a57ace..78fc86ea 100644 --- a/src/contexts/AppContext.tsx +++ b/src/contexts/AppContext.tsx @@ -4,7 +4,7 @@ import { AppState, LanguageType, SnippetType } from "@types"; // tokens const defaultLanguage: LanguageType = { - lang: "JavaScript", + lang: "JAVASCRIPT", icon: "/icons/javascript.svg", };

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