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}

;