Reorder navbar

This commit is contained in:
WindowsAddict 2024-11-12 04:09:49 +05:30
parent fd7a0a0889
commit e069e5247e

View File

@ -102,11 +102,6 @@ const config = {
position: 'left', position: 'left',
label: 'Download Windows / Office', label: 'Download Windows / Office',
}, },
{
to: '/news',
position: 'left',
label: 'News',
},
{ {
to: '/credits', to: '/credits',
position: 'left', position: 'left',
@ -125,14 +120,18 @@ const config = {
label: 'Guides', label: 'Guides',
to: '/guide_links', to: '/guide_links',
}, },
{
label: 'MAS Changelog',
to: '/changelog',
},
{ {
label: 'Unsupported Products Activation', label: 'Unsupported Products Activation',
to: '/unsupported_products_activation', to: '/unsupported_products_activation',
}, },
{
to: '/news',
label: 'News',
},
{
label: 'MAS Changelog',
to: '/changelog',
},
{ {
label: 'Our Non-Piracy Site', label: 'Our Non-Piracy Site',
to: '/our_non-piracy_site', to: '/our_non-piracy_site',