feat: update bundle links in menu (#5691)

Co-authored-by: Maksim Karatkevich <m.karatkevich@akveo.com>
This commit is contained in:
maksim-karatkevich 2020-05-20 11:18:18 +03:00 committed by Sergey Andrievskiy
parent 10830299e3
commit b51670dd1f

View file

@ -18,27 +18,35 @@ export const MENU_ITEMS: NbMenuItem[] = [
children: [
{
title: 'PHP',
url: 'https://hubs.ly/H0q96Mc0',
url: 'https://hubs.ly/H0qwPw70',
},
{
title: '.NET',
url: 'https://hubs.ly/H0q973f0',
url: 'https://hubs.ly/H0qwPy20',
},
{
title: '.NET Core',
url: 'https://hubs.ly/H0q975F0',
url: 'https://hubs.ly/H0qwNC10',
},
{
title: 'Node JS',
url: 'https://hubs.ly/H0q976N0',
url: 'https://hubs.ly/H0qwPDb0',
},
{
title: 'Java',
url: 'https://hubs.ly/H0q978N0',
url: 'https://hubs.ly/H0qwPFh0',
},
{
title: 'Python',
url: 'https://hubs.ly/H0q979V0',
url: 'https://hubs.ly/H0qwPGY0',
},
{
title: 'E-commerce',
url: 'https://hubs.ly/H0qwNG80',
},
{
title: 'IoT',
url: 'https://hubs.ly/H0qwPLl0',
},
],
},