Skip to content

Commit

Permalink
refactor & bug fixed (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk4b1r authored Oct 10, 2024
1 parent 01a4694 commit 41943c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CaptureTheFlag/CTF.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ const CTF = () => {
<Option value="info"> info </Option>
<Option value="easy"> easy </Option>
<Option value="medium"> medium </Option>
<Option value="hard"> hard </Option>
<Option value="insane"> insane </Option>
{/* <Option value="hard"> hard </Option> */}
{/* <Option value="insane"> insane </Option> */}
</Select>
</SearchDifficulty>

Expand Down

0 comments on commit 41943c1

Please sign in to comment.