HM-55. Поставил favicon, изменил title, название кнопок и цвет кнопок (#23)
This commit is contained in:
@ -1,14 +1,18 @@
|
||||
export const NAV_MENU = [
|
||||
{
|
||||
title: 'Home',
|
||||
title: 'Главная',
|
||||
url: '/'
|
||||
},
|
||||
{
|
||||
title: 'Api',
|
||||
title: 'Список хранилищ',
|
||||
url: '/api'
|
||||
},
|
||||
{
|
||||
title: 'Журнал',
|
||||
url: '/logs'
|
||||
},
|
||||
{
|
||||
title: 'Контакты',
|
||||
url: '/'
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user