fix(demo): rename toaster to notifications

This commit is contained in:
KostyaDanovsky 2017-07-24 12:04:40 +03:00
parent ef994704c2
commit 2e186f2bd6
5 changed files with 11 additions and 10 deletions

View file

@ -57,7 +57,7 @@ export const MENU_ITEMS: List<NgaMenuItem> = List([
link: '/pages/components/tree',
}, {
title: 'Toaster',
link: '/pages/components/toaster',
link: '/pages/components/notifications',
},
]),
},