We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e792f2 commit 0a7f8c7Copy full SHA for 0a7f8c7
src/components/LanguageSwitcher.tsx
@@ -13,7 +13,7 @@ const languageOptions: LanguageOption[] = [
13
{ label: "Java", value: "java", brand: "#f89820" },
14
{ label: "Python", value: "python", brand: "#fbcb24" },
15
{ label: "PHP", value: "php", brand: "#8993be" },
16
- { label: "Node.JS", value: "nodejs", brand: "#3c873a" },
+ { label: "Node.js", value: "nodejs", brand: "#3c873a" },
17
];
18
19
type LanguageSwitcherProps = {
0 commit comments