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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user