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:
parent
446df9fc1c
commit
66b097ec63
@ -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 && (
|
||||
|
Loading…
Reference in New Issue
Block a user