Skip to content

Commit d2b949a

Browse files
committed
fix: Remove unused ScrollTopToBottom component from Home page
1 parent b49ad2f commit d2b949a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { ReactNode } from "react";
66
import Head from "@docusaurus/Head";
77
import Header from "../components/header/header";
88
import ScrollBottomToTop from "../components/scroll/bottom-to-top";
9-
import ScrollTopToBottom from "../components/scroll/top-to-bottom";
9+
1010
import { BlogCarousel } from "../components/blogCarousel/blogCarousel";
1111
import OurProjects from "../components/ourProjects";
1212
import TopMateSection from "../components/topmate/TopMateSection";
@@ -108,7 +108,6 @@ export default function Home(): ReactNode {
108108
<FAQs />
109109
</div>
110110

111-
<ScrollTopToBottom />
112111
<ScrollBottomToTop />
113112
</main>
114113
</div>

0 commit comments

Comments
 (0)