1
0
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:
Troy McConaghy 2019-02-05 16:45:10 +01:00 committed by GitHub
parent e6792bb1c7
commit 446df9fc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && (