1
0
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:
Manan Patel 2020-06-22 17:08:30 +05:30
parent 937afc2493
commit 44ff1846e4
3 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,7 @@ module.exports = {
Blog: 'https://blog.oceanprotocol.com',
GitHub: 'https://github.com/oceanprotocol',
Twitter: 'https://twitter.com/oceanprotocol',
Discord: 'https://discord.gg/TnXjkR5',
Port: 'https://port.oceanprotocol.com',
Telegram: 'https://t.me/OceanProtocol_Community'
},

View File

@ -24,7 +24,7 @@ export default function DocFooter({ post, url, externalName }) {
return (
<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}>
<Pencil /> Edit this page on GitHub
{externalName && (

View File

@ -14,7 +14,8 @@ const query = graphql`
Blog
GitHub
Twitter
Gitter
Discord
Port
Telegram
}
}