Skip to content

Commit b1a691c

Browse files
author
Victor George
committed
fix chatbot project designator for all chatbot projects (CategoryID)
1 parent d0d3a8e commit b1a691c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/list/components/Projects/ProjectsView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const projectTypeClassMap = {
4040
'app_dev' : 'green-block',
4141
'app' : 'green-block',
4242
'website' : 'green-block',
43-
'chatbot' : 'green-block',
43+
'all-chatbots' : 'green-block',
4444
'quality_assurance' : 'green-block'
4545
}
4646
/*eslint-enable */

0 commit comments

Comments
 (0)