Skip to content

Commit

Permalink
feat(): update layout app
Browse files Browse the repository at this point in the history
  • Loading branch information
develite98 committed Dec 20, 2023
1 parent 8f6c61a commit 00023c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/mix-database/src/app/shares/consts/app.menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ export const APP_MENU = [
},
{
icon: 'database',
title: 'Visual Diagram',
title: 'Visualize Diagram',
iconColor: '#EC652C',
url: CMS_ROUTES.portal.database.fullPath,
},
{
icon: 'description',
title: 'API Document',
url: CMS_ROUTES.portal.dashboard.fullPath,
},
];

export const APP_NOT_SUPPER_ADMIN_MENU = [
Expand Down

1 comment on commit 00023c1

@vercel
Copy link

@vercel vercel bot commented on 00023c1 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.