AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add global shared UI BackToTopButton component to the root layout file #350

Open nozomione opened 4 months ago

nozomione commented 4 months ago

Context

Currently, the following UI components are shared globally and rendered in the Layout component for the page router:

In this issue, we want to render BackToTopButton in the root layout of the app router.

Problem or idea

As stated above, refactor the BackToTopButton component and render it in the root layout of the app router.

Solution or next step