Feat(frontend): Styled Form Components
- Updated README.md
This commit is contained in:
@@ -4,8 +4,6 @@ import { useLocation } from "react-router";
|
||||
const ScrollToTop = () => {
|
||||
const { pathname } = useLocation();
|
||||
|
||||
// pathname changes => scroll to top
|
||||
// scrolling only on navigation
|
||||
useEffect(() => {
|
||||
window.scrollTo(0, 0);
|
||||
}, [pathname]);
|
||||
|
Reference in New Issue
Block a user