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',
|
||||
label: 'Donate'
|
||||
},
|
||||
{
|
||||
type: 'docsVersionDropdown',
|
||||
position: 'right',
|
||||
dropdownActiveClassDisabled: true,
|
||||
},
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'left',
|
||||
position: 'right',
|
||||
dropdownItemsAfter: [
|
||||
{
|
||||
to: '/translate/',
|
||||
@@ -186,11 +191,6 @@ const config: Config = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'docsVersionDropdown',
|
||||
position: 'right',
|
||||
dropdownActiveClassDisabled: true,
|
||||
},
|
||||
{
|
||||
href: TWITTER_URL,
|
||||
position: 'right',
|
||||
|
Reference in New Issue
Block a user