Skip to content

Commit b998c50

Browse files
committed
fix: add Motoko to known categories in validator and site category order
1 parent e116202 commit b998c50

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/check-project.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const KNOWN_CATEGORIES = [
1616
"Governance",
1717
"Infrastructure",
1818
"Integration",
19+
"Motoko",
1920
"Security",
2021
];
2122

src/lib/skills.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const CATEGORY_ORDER = [
2323
'Governance',
2424
'Infrastructure',
2525
'Integration',
26+
'Motoko',
2627
'Security',
2728
'Tokens',
2829
'Wallet',

0 commit comments

Comments
 (0)