Implemented project settings page, search issues modal, general refactoring
This commit is contained in:
11
client/src/shared/constants/projects.js
Normal file
11
client/src/shared/constants/projects.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const ProjectCategory = {
|
||||
SOFTWARE: 'software',
|
||||
MARKETING: 'marketing',
|
||||
BUSINESS: 'business',
|
||||
};
|
||||
|
||||
export const ProjectCategoryCopy = {
|
||||
[ProjectCategory.SOFTWARE]: 'Software',
|
||||
[ProjectCategory.MARKETING]: 'Marketing',
|
||||
[ProjectCategory.BUSINESS]: 'Business',
|
||||
};
|
||||
Reference in New Issue
Block a user