HM-55. Поставил favicon, изменил title, название кнопок и цвет кнопок (#23)

This commit is contained in:
Михаил
2020-07-23 00:27:09 +03:00
committed by GitHub
parent 1cd0e7f768
commit 7a1e9f1a49
7 changed files with 15 additions and 6 deletions

View File

@ -1,14 +1,18 @@
export const NAV_MENU = [
{
title: 'Home',
title: 'Главная',
url: '/'
},
{
title: 'Api',
title: 'Список хранилищ',
url: '/api'
},
{
title: 'Журнал',
url: '/logs'
},
{
title: 'Контакты',
url: '/'
},
];