Merge branch 'develop' into translation
This commit is contained in:
@@ -5,6 +5,11 @@ import Stars from "../../../assets/Stars.svg";
|
||||
const Hero = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const handleNavigation = (path: string) => {
|
||||
const element = document.getElementById(path);
|
||||
element?.scrollIntoView({ behavior: "smooth" });
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="flex flex-col lg:mt-20 lg:flex-row 1920:padding-calc items-center">
|
||||
<div className="lg:w-1/2 w-full xl:w-1/2 hidden lg:flex transform origin-left">
|
||||
|
||||
Reference in New Issue
Block a user