mirror of
https://github.com/go-task/task.git
synced 2025-03-19 21:17:46 +02:00
feat: move locale dropdown to the right
This commit is contained in:
parent
c4d8b36e05
commit
d973871efa
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user