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

Improvement: Remove WIP message

This commit is contained in:
Akshay 2021-05-26 00:27:32 +02:00
parent d0cdcd29e1
commit 6ec581de76

View File

@ -84,11 +84,6 @@ export default function MarkdownList({ location, pageContext }) {
<Layout>
<HeaderSection title={pageContext.name} />
<Content>
<div style={{ color: '#ff8c00' }}>
<span>&#9888;</span>
This documentation is a work in progess. Please feel free to report
any issues.
</div>
<main className={styles.wrapper}>
<aside className={styles.sidebar}>
<div className={sidebarStyles.sidebar}>{nestedSidebarList}</div>