mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Improvement: Use self closing html tag
This commit is contained in:
parent
2d5574e05e
commit
700ed1e5be
@ -65,7 +65,7 @@ export default function MarkdownList({ pageContext }) {
|
||||
cursor: 'pointer'
|
||||
}}
|
||||
>
|
||||
{node.frontmatter.title.replace(/_/g, ' ')}
|
||||
a {node.frontmatter.title.replace(/_/g, ' ')}
|
||||
</a>
|
||||
</li>
|
||||
))}
|
||||
@ -89,7 +89,7 @@ export default function MarkdownList({ pageContext }) {
|
||||
</nav>
|
||||
</aside>
|
||||
<article className={styles.main}>
|
||||
<MarkdownTemplate data={elem}></MarkdownTemplate>
|
||||
<MarkdownTemplate data={elem} />
|
||||
</article>
|
||||
</main>
|
||||
</Content>
|
||||
|
Loading…
Reference in New Issue
Block a user