discord change
This commit is contained in:
parent
d63b8c0059
commit
346dc3233a
|
@ -14,8 +14,8 @@ import useSubscribe from "./useSubscribe";
|
|||
import Link from "../Link";
|
||||
|
||||
const social = [
|
||||
{ name: "Discord", Icon: DiscordSmall, href: "https://discordapp.com/invite/sia" },
|
||||
{ name: "Twitter", Icon: TwitterSmall, href: "https://twitter.com/SiaTechHQ" },
|
||||
{ name: "Discord", Icon: DiscordSmall, href: "https://discord.gg/skynetlabs" },
|
||||
{ name: "Twitter", Icon: TwitterSmall, href: "https://twitter.com/SkynetLabs" },
|
||||
{ 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" },
|
||||
|
|
|
@ -119,7 +119,7 @@ const Navigation = ({ mode, uri }) => {
|
|||
</ul>
|
||||
<div className="border-t border-palette-500 py-7">
|
||||
<Link
|
||||
href="https://discordapp.com/invite/sia"
|
||||
href="https://discord.gg/skynetlabs"
|
||||
className="text-palette-300 text-m font-content flex items-center"
|
||||
>
|
||||
<DiscordSmall className="mr-2 fill-current text-white" />
|
||||
|
|
|
@ -46,7 +46,7 @@ const NewsHeader = () => {
|
|||
|
||||
<div className="ml-auto items-center pl-8 hidden desktop:block">
|
||||
<Link
|
||||
href="https://discordapp.com/invite/sia"
|
||||
href="https://discord.gg/skynetlabs"
|
||||
className="text-palette-300 leading-8 font-content flex items-center flex-shrink-0 whitespace-nowrap hover:text-palette-200 transition-colors duration-200 space-x-2"
|
||||
>
|
||||
<DiscordSmall className="fill-current" />
|
||||
|
|
|
@ -77,7 +77,7 @@ const resources = [
|
|||
{
|
||||
title: "Join us on Discord",
|
||||
description: "A generous developer community, ready to solve hard problems.",
|
||||
href: "https://discordapp.com/invite/sia",
|
||||
href: "https://discord.gg/skynetlabs",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Reference in New Issue