mirror of
https://github.com/go-task/task.git
synced 2025-12-05 23:18:33 +02:00
CHANGELOG entry + Small adjustments to #1058
This commit is contained in:
@@ -110,13 +110,13 @@ const config = {
|
||||
},
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'left'
|
||||
// dropdownItemsAfter: [
|
||||
// {
|
||||
// to: '/',
|
||||
// label: 'Help Us Translate ❤'
|
||||
// }
|
||||
// ]
|
||||
position: 'left',
|
||||
dropdownItemsAfter: [
|
||||
{
|
||||
to: '/translate/',
|
||||
label: 'Help Us Translate'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
href: GITHUB_URL,
|
||||
|
||||
Reference in New Issue
Block a user