feat: split odin project block in two (#49140)

* feat: split odin project block into two blocks

* refactor: remove redundant isOdinProject checks

* fix: revert checkbox outline changes

Keyboard users need a way to see what's currently in focus, so we can't
hide the outline

* fix: add help category

* fix: use HTML-CSS help category

---------

Co-authored-by: sembauke <semboot699@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2023-01-30 10:03:58 +01:00
committed by GitHub
parent 5484a0f90b
commit b16c62f631
7 changed files with 24 additions and 12 deletions
+2 -1
View File
@@ -42,7 +42,8 @@
"algorithms": "JavaScript",
"data-structures": "JavaScript",
"take-home-projects": "JavaScript",
"the-odin-project": "JavaScript",
"the-odin-project": "HTML-CSS",
"the-odin-project-projects": "HTML-CSS",
"rosetta-code": "JavaScript",
"project-euler": "JavaScript",
"scientific-computing-with-python": "Python",