Skip to content

Commit 7ed8b9a

Browse files
authored
feat(consts): add open source actor category (#491)
Adds open source category to consts
1 parent 6b8d271 commit 7ed8b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/consts/src/consts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ export const ACTOR_CATEGORIES = {
465465
EDUCATION: 'Education',
466466
INTEGRATIONS: 'Integrations',
467467
OTHER: 'Other',
468+
OPEN_SOURCE: 'Open source',
468469
} as const;
469470

470471
// TODO: Remove this once it's no longer used, now that LEGACY_ACTOR_CATEGORIES is also gone

0 commit comments

Comments
 (0)