diff --git a/src/app/routes/nav.ts b/src/app/routes/nav.ts index f17864c..6d4342f 100644 --- a/src/app/routes/nav.ts +++ b/src/app/routes/nav.ts @@ -192,11 +192,11 @@ export const navItems: NavData[] = [ url: '/notifications/modals', icon: 'icon-bell' }, - { - name: 'Toastr', - url: '/notifications/toastr', - icon: 'icon-bell' - } + // { + // name: 'Toastr', + // url: '/notifications/toastr', + // icon: 'icon-bell' + // } ] }, {