mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
added discord reference to social
This commit is contained in:
parent
937afc2493
commit
44ff1846e4
@ -12,6 +12,7 @@ module.exports = {
|
|||||||
Blog: 'https://blog.oceanprotocol.com',
|
Blog: 'https://blog.oceanprotocol.com',
|
||||||
GitHub: 'https://github.com/oceanprotocol',
|
GitHub: 'https://github.com/oceanprotocol',
|
||||||
Twitter: 'https://twitter.com/oceanprotocol',
|
Twitter: 'https://twitter.com/oceanprotocol',
|
||||||
|
Discord: 'https://discord.gg/TnXjkR5',
|
||||||
Port: 'https://port.oceanprotocol.com',
|
Port: 'https://port.oceanprotocol.com',
|
||||||
Telegram: 'https://t.me/OceanProtocol_Community'
|
Telegram: 'https://t.me/OceanProtocol_Community'
|
||||||
},
|
},
|
||||||
|
@ -24,7 +24,7 @@ export default function DocFooter({ post, url, externalName }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<footer className={styles.footer}>
|
<footer className={styles.footer}>
|
||||||
<a href={social.Gitter}>✋ Ask a question on Gitter</a>
|
<a href={social.Discord}>✋ Ask a question on Discord</a>
|
||||||
<a href={url} className={post && !post.html ? styles.active : null}>
|
<a href={url} className={post && !post.html ? styles.active : null}>
|
||||||
<Pencil /> Edit this page on GitHub
|
<Pencil /> Edit this page on GitHub
|
||||||
{externalName && (
|
{externalName && (
|
||||||
|
@ -14,7 +14,8 @@ const query = graphql`
|
|||||||
Blog
|
Blog
|
||||||
GitHub
|
GitHub
|
||||||
Twitter
|
Twitter
|
||||||
Gitter
|
Discord
|
||||||
|
Port
|
||||||
Telegram
|
Telegram
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user