chore: Refactor scroll-to-top button
Closed this issue · 4 comments
Olaleye-Blessing commented
Description
It seems like the scroll-to-top button is being used on every page in the UI and it is repeated in every page file. I think it's better to have it in the App file instead of repeating it in every page file.
BobinMathew commented
Hi, can I work on this issue?
ashuvssut commented
@BobinMathew We are conditionally rendering Header and Footer components in app.pg.tsx.
Likewise I want you to do the same for scrollToTop button.
BobinMathew commented
Have you gone through the PR ?
Is there any modifications required ?
Olaleye-Blessing commented
Yea, I've made a comment.