From 50a918c6a1d226ef087acdda52132668650b1b42 Mon Sep 17 00:00:00 2001 From: orcuntuna Date: Mon, 15 Jun 2020 09:52:17 +0300 Subject: [PATCH] add freelance post type --- src/helpers/types.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/helpers/types.js b/src/helpers/types.js index 0615c11..9227383 100644 --- a/src/helpers/types.js +++ b/src/helpers/types.js @@ -23,6 +23,14 @@ const types = { backgroundColor: '#fdfcf2', }, }, + 4: { + text: 'Freelance', + style: { + color: '#53b427', + borderColor: '#53b427', + backgroundColor: '#f5fbf2', + }, + }, }; export default types;