Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 083527a

Browse files
authored
Merge pull request #6 from vl-ti/feature/task-marketplace-app
Task markerplace app integration
2 parents 10b443a + 476d423 commit 083527a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/constants/apps.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,12 @@ export const APP_CATEGORIES = [
278278
},
279279
],
280280
},
281+
{
282+
title: "Tasks",
283+
icon: manageWorkIcon,
284+
path: "/task-marketplace",
285+
menu: [],
286+
},
281287
],
282288
},
283289
{

0 commit comments

Comments
 (0)