mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Add ariaLabel to Social Links
Also add unused Instagram socials Twitter will not be renamed X as of now.
This commit is contained in:
parent
dda5041c02
commit
37884467f8
@ -12,10 +12,11 @@ const themeConfig: DefaultTheme.Config = {
|
|||||||
outline: [2, 3],
|
outline: [2, 3],
|
||||||
|
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: "github", link: "https://github.com/tachiyomiorg/tachiyomi" },
|
{ icon: "github", link: "https://github.com/tachiyomiorg/tachiyomi", ariaLabel: "Project GitHub" },
|
||||||
{ icon: "twitter", link: "https://twitter.com/tachiyomiorg" },
|
{ icon: "discord", link: "https://discord.gg/tachiyomi", ariaLabel: "Discord Server" },
|
||||||
{ icon: "facebook", link: "https://facebook.com/tachiyomiorg" },
|
{ icon: "twitter", link: "https://twitter.com/tachiyomiorg", ariaLabel: "Twitter Page" },
|
||||||
{ icon: "discord", link: "https://discord.gg/tachiyomi" },
|
{ icon: "facebook", link: "https://facebook.com/tachiyomiorg", ariaLabel: "Facebook Page" },
|
||||||
|
//{ icon: "instagram", link: "https://instagram.com/tachiyomiorg", ariaLabel: "Instagram Page" },
|
||||||
],
|
],
|
||||||
|
|
||||||
footer: {
|
footer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user