Skip to content

Commit 9c53a9b

Browse files
committed
wip
1 parent cccb81c commit 9c53a9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/shared/interfaces/menu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export interface MenuItem {
88
svgPath: string[];
99
link: string;
1010
roles: string[];
11+
soon?: boolean;
1112
}

0 commit comments

Comments
 (0)