From 3faeaa7745067ef473566f093860e6ccc2722f61 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 24 Apr 2021 15:36:52 -0500 Subject: [PATCH] Add system tools category --- helpers/categories.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helpers/categories.js b/helpers/categories.js index 7b7681d..9ea20bc 100644 --- a/helpers/categories.js +++ b/helpers/categories.js @@ -111,6 +111,14 @@ export const categories = { slug: 'live-production-and-performance', }, + 'system-tools': { + id: 12, + ...categoryTemplate, + label: 'System Tools', + pluralLabel: 'System Tools', + slug: 'system-tools', + }, + // Special Lists 'games': { id: 100,