1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

feat: move locale dropdown to the right

This commit is contained in:
Pete Davison
2024-03-10 18:41:30 +00:00
parent c4d8b36e05
commit d973871efa

View File

@@ -176,9 +176,14 @@ const config: Config = {
position: 'left', position: 'left',
label: 'Donate' label: 'Donate'
}, },
{
type: 'docsVersionDropdown',
position: 'right',
dropdownActiveClassDisabled: true,
},
{ {
type: 'localeDropdown', type: 'localeDropdown',
position: 'left', position: 'right',
dropdownItemsAfter: [ dropdownItemsAfter: [
{ {
to: '/translate/', to: '/translate/',
@@ -186,11 +191,6 @@ const config: Config = {
} }
] ]
}, },
{
type: 'docsVersionDropdown',
position: 'right',
dropdownActiveClassDisabled: true,
},
{ {
href: TWITTER_URL, href: TWITTER_URL,
position: 'right', position: 'right',