From cf8727f00e08332c1392b29513ee489c78a46e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ba=CC=81rta?= Date: Mon, 13 Dec 2021 18:54:11 +0100 Subject: [PATCH] feat: Added REAL_ESTATE, SPORTS and EDUCATION categories to the ACTOR_CATEGORIES const --- packages/consts/src/consts.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/consts/src/consts.ts b/packages/consts/src/consts.ts index 44a77fc63..f9a08fe19 100644 --- a/packages/consts/src/consts.ts +++ b/packages/consts/src/consts.ts @@ -466,6 +466,9 @@ export const ACTOR_CATEGORIES = { SOCIAL_MEDIA: 'Social media', TRAVEL: 'Travel', VIDEOS: 'Videos', + REAL_ESTATE: 'Real estate', + SPORTS: 'Sports', + EDUCATION: 'Education', OTHER: 'Other', } as const;