From 0faa3c3656dd220dc00d72e02a45fb42e0abd8be Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 1 Apr 2021 01:10:19 +0200 Subject: [PATCH] fix tiktok --- .../website/src/components/CommunitySection/CommunitySection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/src/components/CommunitySection/CommunitySection.js b/packages/website/src/components/CommunitySection/CommunitySection.js index 357949f6..e09f2a1b 100644 --- a/packages/website/src/components/CommunitySection/CommunitySection.js +++ b/packages/website/src/components/CommunitySection/CommunitySection.js @@ -19,7 +19,7 @@ const social = [ { name: "Reddit", Icon: RedditSmall, href: "https://www.reddit.com/r/siacoin" }, { name: "Medium", Icon: MediumSmall, href: "https://blog.sia.tech" }, { name: "Youtube", Icon: YoutubeSmall, href: "https://www.youtube.com/c/SiaTVOfficial/featured" }, - { name: "Tik Tok", Icon: TikTokSmall, href: "https://www.tiktok.com/@decentralizedfuture" }, + { name: "TikTok", Icon: TikTokSmall, href: "https://www.tiktok.com/@decentralizedfuture" }, ]; const SectionHeader = ({ children }) =>

{children}

;