Skip to content

Commit ad819d0

Browse files
committed
fix: Move ScrollBottomToTop component outside of main for better structure
1 parent fc3f712 commit ad819d0

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
@@ -107,10 +107,9 @@ export default function Home(): ReactNode {
107107
<div className="m-4">
108108
<FAQs />
109109
</div>
110-
111-
<ScrollBottomToTop />
112110
</main>
113111
</div>
112+
<ScrollBottomToTop />
114113
</Layout>
115114
);
116115
}

0 commit comments

Comments
 (0)