diff --git a/src/components/Hero/HeroSection.js b/src/components/Hero/HeroSection.js index 1019c45..872c6a9 100644 --- a/src/components/Hero/HeroSection.js +++ b/src/components/Hero/HeroSection.js @@ -14,7 +14,6 @@ function HeroSection() { const script = document.createElement("script"); script.src = "https://apply.devfolio.co/v2/sdk.js"; script.async = true; - script.defer = true; document.body.appendChild(script); return () => { document.body.removeChild(script); @@ -62,6 +61,9 @@ function HeroSection() {