mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Add "✋ Ask a question on Gitter" to the footer
This commit is contained in:
parent
e6792bb1c7
commit
446df9fc1c
@ -24,6 +24,10 @@ const DocFooter = ({ post, url, externalName }) => {
|
||||
|
||||
return (
|
||||
<footer className={styles.footer}>
|
||||
<a href="https://gitter.im/oceanprotocol/Lobby" className={post && !post.html ? styles.active : null}>
|
||||
✋ Ask a question on Gitter
|
||||
</a>
|
||||
<br>
|
||||
<a href={url} className={post && !post.html ? styles.active : null}>
|
||||
<Pencil /> Edit this page on GitHub
|
||||
{externalName && (
|
||||
|
Loading…
Reference in New Issue
Block a user