diff --git a/install/data/categories.json b/install/data/categories.json index 4e29dc4fb7..1393f5463b 100644 --- a/install/data/categories.json +++ b/install/data/categories.json @@ -34,5 +34,15 @@ "color": "#ffffff", "icon" : "fa-question", "order": 3 + }, + { + "name": "Q&A", + "description": "Got a question? Ask and we'll answer!", + "descriptionParsed": "

Got a question? Ask and we'll answer!

\n", + "bgColor": "#e95c5a", + "color": "#ffffff", + "icon" : "fa-question", + "order": 5 } + ] \ No newline at end of file