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

Commit 9ea51aa

Browse files
authored
Merge pull request #40 from dashu-baba/bugfix/on-board-app/issues/6
fix: add title
2 parents 73620c6 + c1a22c8 commit 9ea51aa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/constants/apps.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,16 @@ export const APP_CATEGORIES = [
8383
},
8484
],
8585
},
86+
{
87+
category: "Onboard",
88+
hidden: true,
89+
apps: [
90+
{
91+
title: "Member Onboarding",
92+
path: "/onboard",
93+
isExact: false,
94+
menu: [],
95+
},
96+
],
97+
},
8698
];

0 commit comments

Comments
 (0)