Skip to content

Commit 6349904

Browse files
committed
fetch(C#): add language C#
1 parent 6e8a9f9 commit 6349904

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/shared/LanguageSelector.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ export const LanguageSelector: React.FC<LanguageSelectorProps> = ({
5050
<option value="ruby" className="bg-black text-white">Ruby</option>
5151
<option value="sql" className="bg-black text-white">SQL</option>
5252
<option value="r" className="bg-black text-white">R</option>
53+
<option value="csharp" className="bg-black text-white">C#</option>
5354
</select>
5455
</div>
5556
</div>
5657
)
57-
}
58+
}

0 commit comments

Comments
 (0)