Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
add freelance post type
Browse files Browse the repository at this point in the history
  • Loading branch information
orcuntuna committed Jun 15, 2020
1 parent 9962629 commit 50a918c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/helpers/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ const types = {
backgroundColor: '#fdfcf2',
},
},
4: {
text: 'Freelance',
style: {
color: '#53b427',
borderColor: '#53b427',
backgroundColor: '#f5fbf2',
},
},
};

export default types;

0 comments on commit 50a918c

Please sign in to comment.