chore: remove unused docusaurus features

This commit is contained in:
Aleksandr Bukhalo
2020-09-10 00:01:43 +03:00
parent 1eb06e5412
commit e1c4b6441c
5 changed files with 66 additions and 106 deletions

View File

@@ -78,7 +78,7 @@ function Home() {
</div>
</header>
<main>
{features && features.length > 0 && (
{/* {features && features.length > 0 && (
<section className={styles.features}>
<div className="container">
<div className="row">
@@ -89,6 +89,7 @@ function Home() {
</div>
</section>
)}
*/}
</main>
</Layout>
);