Skip to content

Commit

Permalink
fixed about scrolling bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant0708 committed Jul 1, 2024
1 parent a8b768c commit 8ad7566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/About/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const AboutUs = () => {
const [uxHovered, setUxHovered] = useState(false);
useEffect(() => {
window.scrollTo(0, 0);
});
},[]);
return (
<div
id="about-us"
Expand Down

0 comments on commit 8ad7566

Please sign in to comment.