From 881e07b11dc56c4e5f08aaa7e994c697f0311e75 Mon Sep 17 00:00:00 2001 From: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com> Date: Thu, 31 Aug 2023 20:31:33 -0300 Subject: [PATCH] Add Reddit icon to social links (#8) * Add Reddit icon and replace Twitter bird with X. * Rollback X change in favour of later Discord poll. --- website/src/.vitepress/config/themeConfig.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/.vitepress/config/themeConfig.ts b/website/src/.vitepress/config/themeConfig.ts index 1b0f4533..2748b557 100644 --- a/website/src/.vitepress/config/themeConfig.ts +++ b/website/src/.vitepress/config/themeConfig.ts @@ -36,6 +36,13 @@ const themeConfig: DefaultTheme.Config = { link: "https://facebook.com/tachiyomiorg", ariaLabel: "Facebook Page", }, + { + icon: { + svg: '', + }, + link: "https://reddit.com/r/Tachiyomi", + ariaLabel: "Support subreddit", + }, //{ icon: "instagram", link: "https://instagram.com/tachiyomiorg", ariaLabel: "Instagram Page" }, ],