Add ariaLabel to Social Links

Also add unused Instagram socials
Twitter will not be renamed X as of now.
This commit is contained in:
Soitora 2023-07-25 16:17:21 +02:00
parent dda5041c02
commit 37884467f8
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -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: {