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 (
|
return (
|
||||||
<footer className={styles.footer}>
|
<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}>
|
<a href={url} className={post && !post.html ? styles.active : null}>
|
||||||
<Pencil /> Edit this page on GitHub
|
<Pencil /> Edit this page on GitHub
|
||||||
{externalName && (
|
{externalName && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user