diff --git a/src/constants/languageOptions.js b/src/constants/languageOptions.js index ed70dc2..f153441 100644 --- a/src/constants/languageOptions.js +++ b/src/constants/languageOptions.js @@ -2,7 +2,7 @@ export const languageOptions = [ { id: 63, name: "JavaScript", - label: "JavaScript", + label: "Node JS", value: "javascript", }, { @@ -35,42 +35,6 @@ export const languageOptions = [ label: "C++", value: "cpp", }, - { - id: 48, - name: "C", - label: "C", - value: "c", - }, - { - id: 52, - name: "C++", - label: "C++", - value: "cpp", - }, - { - id: 49, - name: "C", - label: "C", - value: "c", - }, - { - id: 53, - name: "C++", - label: "C++", - value: "cpp", - }, - { - id: 50, - name: "C", - label: "C", - value: "c", - }, - { - id: 54, - name: "C++", - label: "C++", - value: "cpp", - }, { id: 86, name: "Clojure", @@ -223,12 +187,6 @@ export const languageOptions = [ label: "Python", value: "python", }, - { - id: 71, - name: "Python", - label: "Python", - value: "python", - }, { id: 80, name: "R",