🤔 Add `Hardware` category

This commit is contained in:
pheralb 2024-09-04 11:25:53 +01:00
parent a7d2640dac
commit 510c543216

View File

@ -2,6 +2,7 @@ export type tCategory =
| 'All'
| 'AI'
| 'Software'
| 'Hardware'
| 'Library'
| 'Hosting'
| 'Framework'