mirror of
https://github.com/go-task/task.git
synced 2025-02-03 13:22:11 +02:00
feat: reorder icons
This commit is contained in:
parent
5ab9329128
commit
f00693052a
@ -178,6 +178,16 @@ const config: Config = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
href: GITHUB_URL,
|
||||
position: 'right',
|
||||
className: "header-icon-link icon-github",
|
||||
},
|
||||
{
|
||||
href: DISCORD_URL,
|
||||
position: 'right',
|
||||
className: "header-icon-link icon-discord",
|
||||
},
|
||||
{
|
||||
href: TWITTER_URL,
|
||||
position: 'right',
|
||||
@ -188,16 +198,6 @@ const config: Config = {
|
||||
rel: 'me',
|
||||
position: 'right',
|
||||
className: "header-icon-link icon-mastodon",
|
||||
},
|
||||
{
|
||||
href: DISCORD_URL,
|
||||
position: 'right',
|
||||
className: "header-icon-link icon-discord",
|
||||
},
|
||||
{
|
||||
href: GITHUB_URL,
|
||||
position: 'right',
|
||||
className: "header-icon-link icon-github",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user