Change layout

This commit is contained in:
2025-10-06 02:56:58 +05:30
parent cd675c825c
commit b5417c1dbb
3 changed files with 16 additions and 12 deletions

View File

@@ -87,6 +87,11 @@ const config = {
src: 'img/logo.png',
},
items: [
{
to: '/genuine-installation-media',
position: 'left',
label: 'Download Windows / Office',
},
{
to: '/faq',
position: 'left',
@@ -97,16 +102,6 @@ const config = {
position: 'left',
label: 'Troubleshoot',
},
{
to: '/genuine-installation-media',
position: 'left',
label: 'Download Windows / Office',
},
{
to: '/credits',
position: 'left',
label: 'Credits',
},
{
type: 'dropdown',
label: 'More',
@@ -144,6 +139,10 @@ const config = {
label: 'Contribute',
to: '/contribute',
},
{
label: 'Credits',
to: '/credits',
},
],
},
{ to: '/blog', label: 'Blog', position: 'right' },