mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
feat: reorder icons
This commit is contained in:
@@ -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",
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user