Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit b6d56f4

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: disabling carousel
1 parent a6284be commit b6d56f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/Home/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export default function HomepageFeatures() {
1818
<WaysToEarn />
1919
<GetStarted />
2020
<ApiFeatures />
21-
<Carousel />
21+
{/* Carousel requires new quote's before it should be enabled again */}
22+
{/* <Carousel /> */}
2223
<Footer />
2324
</main>
2425
);

0 commit comments

Comments
 (0)