feat: add Authentication category & clerk logo

This commit is contained in:
ridemountainpig
2024-11-24 21:57:10 +08:00
parent d3db126d90
commit da2ad98339
3 changed files with 30 additions and 6 deletions
+2 -1
View File
@@ -25,4 +25,5 @@ export type tCategory =
| 'Vercel'
| 'Google'
| 'Payment'
| 'void(0)';
| 'void(0)'
| 'Authentication';