We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49ad2f commit d2b949aCopy full SHA for d2b949a
1 file changed
src/pages/index.tsx
@@ -6,7 +6,7 @@ import type { ReactNode } from "react";
6
import Head from "@docusaurus/Head";
7
import Header from "../components/header/header";
8
import ScrollBottomToTop from "../components/scroll/bottom-to-top";
9
-import ScrollTopToBottom from "../components/scroll/top-to-bottom";
+
10
import { BlogCarousel } from "../components/blogCarousel/blogCarousel";
11
import OurProjects from "../components/ourProjects";
12
import TopMateSection from "../components/topmate/TopMateSection";
@@ -108,7 +108,6 @@ export default function Home(): ReactNode {
108
<FAQs />
109
</div>
110
111
- <ScrollTopToBottom />
112
<ScrollBottomToTop />
113
</main>
114
0 commit comments