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',
|
||||
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'
|
||||
},
|
||||
|
@ -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 && (
|
||||
|
@ -14,7 +14,8 @@ const query = graphql`
|
||||
Blog
|
||||
GitHub
|
||||
Twitter
|
||||
Gitter
|
||||
Discord
|
||||
Port
|
||||
Telegram
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user