discord change
This commit is contained in:
parent
d63b8c0059
commit
346dc3233a
|
@ -14,8 +14,8 @@ import useSubscribe from "./useSubscribe";
|
||||||
import Link from "../Link";
|
import Link from "../Link";
|
||||||
|
|
||||||
const social = [
|
const social = [
|
||||||
{ name: "Discord", Icon: DiscordSmall, href: "https://discordapp.com/invite/sia" },
|
{ name: "Discord", Icon: DiscordSmall, href: "https://discord.gg/skynetlabs" },
|
||||||
{ name: "Twitter", Icon: TwitterSmall, href: "https://twitter.com/SiaTechHQ" },
|
{ name: "Twitter", Icon: TwitterSmall, href: "https://twitter.com/SkynetLabs" },
|
||||||
{ name: "Reddit", Icon: RedditSmall, href: "https://www.reddit.com/r/siacoin" },
|
{ name: "Reddit", Icon: RedditSmall, href: "https://www.reddit.com/r/siacoin" },
|
||||||
{ name: "Medium", Icon: MediumSmall, href: "https://blog.sia.tech" },
|
{ name: "Medium", Icon: MediumSmall, href: "https://blog.sia.tech" },
|
||||||
{ name: "Youtube", Icon: YoutubeSmall, href: "https://www.youtube.com/c/SiaTVOfficial/featured" },
|
{ name: "Youtube", Icon: YoutubeSmall, href: "https://www.youtube.com/c/SiaTVOfficial/featured" },
|
||||||
|
|
|
@ -119,7 +119,7 @@ const Navigation = ({ mode, uri }) => {
|
||||||
</ul>
|
</ul>
|
||||||
<div className="border-t border-palette-500 py-7">
|
<div className="border-t border-palette-500 py-7">
|
||||||
<Link
|
<Link
|
||||||
href="https://discordapp.com/invite/sia"
|
href="https://discord.gg/skynetlabs"
|
||||||
className="text-palette-300 text-m font-content flex items-center"
|
className="text-palette-300 text-m font-content flex items-center"
|
||||||
>
|
>
|
||||||
<DiscordSmall className="mr-2 fill-current text-white" />
|
<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">
|
<div className="ml-auto items-center pl-8 hidden desktop:block">
|
||||||
<Link
|
<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"
|
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" />
|
<DiscordSmall className="fill-current" />
|
||||||
|
|
|
@ -77,7 +77,7 @@ const resources = [
|
||||||
{
|
{
|
||||||
title: "Join us on Discord",
|
title: "Join us on Discord",
|
||||||
description: "A generous developer community, ready to solve hard problems.",
|
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