mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
Remove features tab from index.html
They were just placeholders and I don't have alternative content
This commit is contained in:
+2
-2
@@ -77,7 +77,7 @@ function Home() {
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
{/* <main>
|
||||
{features && features.length > 0 && (
|
||||
<section className={styles.features}>
|
||||
<div className="container">
|
||||
@@ -89,7 +89,7 @@ function Home() {
|
||||
</div>
|
||||
</section>
|
||||
)}
|
||||
</main>
|
||||
</main> */}
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user