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.
2 parents d5ba5ce + 7d10491 commit 7fa9ff6Copy full SHA for 7fa9ff6
src/components/home.js
@@ -3,7 +3,7 @@ const PropTypes = require('prop-types');
3
const api = require('../utils/api');
4
5
function SelectLanguage(props) {
6
- const languages = ['All', 'JavaScript', 'Java', 'CSharp', 'Python', 'Go'];
+ const languages = ['All', 'JavaScript', 'Java', 'CSharp', 'Python', 'Go', 'Rust'];
7
8
return (
9
<div>
0 commit comments