diff --git a/v1/website/pages/en/index.js b/v1/website/pages/en/index.js index 2dfabae28e..66e790e093 100755 --- a/v1/website/pages/en/index.js +++ b/v1/website/pages/en/index.js @@ -73,6 +73,17 @@ class Index extends React.Component {
+
+
+ We're working on{' '} + + Docusaurus 2 + + , contribute to its roadmap by suggesting features or giving + feedback{' '} + here! +
+
code { width: 64px; } } + +.announcement { + background-color: #20232a; + color: #fff; + font-weight: bold; + font-size: 24px; + padding: 48px; + text-align: center; +} + +.announcement-inner { + margin: 0 auto; + max-width: 768px; +}