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

Improvement: Fix subsection list

This commit is contained in:
Akshay 2021-04-20 10:06:24 +02:00
parent 700ed1e5be
commit cfeccc504e

View File

@ -65,7 +65,7 @@ export default function MarkdownList({ pageContext }) {
cursor: 'pointer'
}}
>
a {node.frontmatter.title.replace(/_/g, ' ')}
{node.frontmatter.title.replace(/_/g, ' ')}
</a>
</li>
))}