Skip to content

Commit

Permalink
increases support for languages, now we can find issues in java, pyth…
Browse files Browse the repository at this point in the history
…on and c++ projects also
  • Loading branch information
shadmanhere committed Dec 9, 2022
1 parent d4756a0 commit 0fd3777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ const Home = () => {
<Option value="vuejs">Vuejs</Option>
<Option value="ruby">Ruby</Option>
<Option value="rails">Rails</Option>
<Option value="java">Java</Option>
<Option value="python">Python</Option>
<Option value="c++">C++</Option>
</Select>
</div>
</header>
Expand Down

0 comments on commit 0fd3777

Please sign in to comment.