Skip to content

Commit

Permalink
Merge pull request #273 from Synthetixio/discord/update
Browse files Browse the repository at this point in the history
update links again
  • Loading branch information
jmzwar authored Feb 9, 2024
2 parents c0c3f3f + 3a2abb2 commit 8ac56f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Socials/Socials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Flex, Link } from '@chakra-ui/react';

const data = (fill?: string) => [
{
link: 'https://discord.com/invite/ptfNSByB8P',
link: 'https://discord.com/invite/KVeCZe6ahW',
label: 'discord',
image: <Discord fill={fill} />,
},
Expand Down
2 changes: 1 addition & 1 deletion src/sections/governance/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function GovernanceMain() {
</FlexDivCentered>
<FlexDivCentered style={{ marginBottom: '52px' }}>
<StyledButtonWrapperLinearGradient height="124px" margin="16px">
<StyledLinkButtons href="https://discord.com/invite/ptfNSByB8P">
<StyledLinkButtons href="https://discord.com/invite/KVeCZe6ahW">
<StyledButtonLabel>SYNTHETIX FORUM</StyledButtonLabel>
<StyledButtonText>
Join the community governance discussion <br /> in realtime.
Expand Down

0 comments on commit 8ac56f5

Please sign in to comment.