Skip to content

Commit

Permalink
Merge pull request #459 from nishant0708/Aboutbug
Browse files Browse the repository at this point in the history
[Feature Request]: About us Not able to scroll bug #447
  • Loading branch information
dinxsh authored Jul 2, 2024
2 parents 1a603da + 8ad7566 commit f457c2a
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 f457c2a

Please sign in to comment.