mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Feature: Add warning sign
This commit is contained in:
parent
cfeccc504e
commit
4167e35067
@ -35,6 +35,11 @@ export default function MarkdownList({ pageContext }) {
|
||||
<Layout>
|
||||
<HeaderSection title={pageContext.name} />
|
||||
<Content>
|
||||
<div style={{ color: '#ff8c00' }}>
|
||||
<span>⚠</span>
|
||||
This documentation is a work in progess. Please feel free to report
|
||||
any issues.
|
||||
</div>
|
||||
<main className={styles.wrapper}>
|
||||
<aside className={styles.sidebar}>
|
||||
<nav className={sidebarStyles.sidebar}>
|
||||
|
Loading…
Reference in New Issue
Block a user