diff --git a/src/components/miniheader.js b/src/components/miniheader.js index 3a1fb68..f310bc3 100644 --- a/src/components/miniheader.js +++ b/src/components/miniheader.js @@ -249,7 +249,7 @@ const Header = props => { {darkMode ? : } - + diff --git a/src/pages/docs/dao/01-Participation/05-pollen.md b/src/pages/docs/dao/01-Participation/05-pollen.md index 27e99e5..386bdda 100644 --- a/src/pages/docs/dao/01-Participation/05-pollen.md +++ b/src/pages/docs/dao/01-Participation/05-pollen.md @@ -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. diff --git a/src/utils/menu.js b/src/utils/menu.js index e507dcd..d452c16 100644 --- a/src/utils/menu.js +++ b/src/utils/menu.js @@ -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' }, ]