1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Change <br> to <br /> for JSX

This commit is contained in:
Troy McConaghy 2019-02-05 17:04:03 +01:00
parent 446df9fc1c
commit 66b097ec63

View File

@ -27,7 +27,7 @@ const DocFooter = ({ post, url, externalName }) => {
<a href="https://gitter.im/oceanprotocol/Lobby" className={post && !post.html ? styles.active : null}>
Ask a question on Gitter
</a>
<br>
<br />
<a href={url} className={post && !post.html ? styles.active : null}>
<Pencil /> Edit this page on GitHub
{externalName && (