diff --git a/src/components/LanguageSwitcher.tsx b/src/components/LanguageSwitcher.tsx index 6f3ff21d64..c5b0f211c6 100644 --- a/src/components/LanguageSwitcher.tsx +++ b/src/components/LanguageSwitcher.tsx @@ -13,7 +13,7 @@ const languageOptions: LanguageOption[] = [ { label: "Java", value: "java", brand: "#f89820" }, { label: "Python", value: "python", brand: "#fbcb24" }, { label: "PHP", value: "php", brand: "#8993be" }, - { label: "Node.JS", value: "nodejs", brand: "#3c873a" }, + { label: "Node.js", value: "nodejs", brand: "#3c873a" }, ]; type LanguageSwitcherProps = {