Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmandi committed Jun 17, 2024
1 parent 9d18812 commit e9cdd1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Hero/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { BiLogoPlayStore } from "react-icons/bi";
import Testimonial from '../Testimonial';
import Footer from '../Footer';
import Brands from '../Brands';

import './styles.css';

const Hero = () => {
return (
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/components/Hero/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
html {
scroll-behavior: smooth;
}
2 changes: 1 addition & 1 deletion frontend/src/pages/ProfilePage/ProfilePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ const ProfilePage = ({ user }) => {
);
};

export default ProfilePage;
export default ProfilePage;

0 comments on commit e9cdd1b

Please sign in to comment.