Skip to content

Commit

Permalink
Merge pull request #27 from kamikazebr/fix-discord-invite
Browse files Browse the repository at this point in the history
fix: update discord links
  • Loading branch information
kamikazebr authored Sep 26, 2022
2 parents 29b9a21 + 18a53f2 commit bb5d1df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/miniheader.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const Header = props => {
{darkMode ? <Sun size={20} /> : <Moon size={20} />}
</StyledButton>
<StyledButton fill>
<a href="https://discord.gg/NTDBRNz">
<a href="https://discord.com/invite/D6pZzxU">
<Discord />
</a>
</StyledButton>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/dao/01-Participation/05-pollen.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ xDai: 0x0...000

Replacing with your accounts.

If you have questions, are interested in how pollen is calculated, or auditing the distributions, just hop on the [`#🏵pollen`](https://discord.gg/KGhQEA) channel.
If you have questions, are interested in how pollen is calculated, or auditing the distributions, just hop on the [`#🏵pollen`](https://discord.com/invite/D6pZzxU) channel.
2 changes: 1 addition & 1 deletion src/utils/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const menu = [
name: 'Community',
sublinks: [
{ name: 'Github', link: 'https://github.com/1hive' },
{ name: 'Discord', link: 'https://discord.gg/NTDBRNz' },
{ name: 'Discord', link: 'https://discord.com/invite/D6pZzxU' },
{ name: 'Discourse', link: 'https://forum.1hive.org' },
{ name: 'Twitter', link: 'https://twitter.com/1hiveorg' },
]
Expand Down

1 comment on commit bb5d1df

@vercel
Copy link

@vercel vercel bot commented on bb5d1df Sep 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

about-1hive – ./

about-1hive-1hive.vercel.app
about-1hive-git-master-1hive.vercel.app
about.1hive.org
1hive.org

Please sign in to comment.