We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8a9f9 commit 6349904Copy full SHA for 6349904
1 file changed
src/components/shared/LanguageSelector.tsx
@@ -50,8 +50,9 @@ export const LanguageSelector: React.FC<LanguageSelectorProps> = ({
50
<option value="ruby" className="bg-black text-white">Ruby</option>
51
<option value="sql" className="bg-black text-white">SQL</option>
52
<option value="r" className="bg-black text-white">R</option>
53
+ <option value="csharp" className="bg-black text-white">C#</option>
54
</select>
55
</div>
56
57
)
-}
58
+}
0 commit comments