Skip to content

Commit 0a7f8c7

Browse files
RDoc-3539 Fix capitalization for Node.js
# Conflicts: # src/components/LanguageSwitcher.tsx
1 parent 5e792f2 commit 0a7f8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LanguageSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const languageOptions: LanguageOption[] = [
1313
{ label: "Java", value: "java", brand: "#f89820" },
1414
{ label: "Python", value: "python", brand: "#fbcb24" },
1515
{ label: "PHP", value: "php", brand: "#8993be" },
16-
{ label: "Node.JS", value: "nodejs", brand: "#3c873a" },
16+
{ label: "Node.js", value: "nodejs", brand: "#3c873a" },
1717
];
1818

1919
type LanguageSwitcherProps = {

0 commit comments

Comments
 (0)