diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index d70b972..d83e6c2 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -152,6 +152,15 @@ export const Hero = () => { : platform[0].toUpperCase() + platform.slice(1)}

+ {downloadData && + platform === "windows" && ( + + You may get an + antivirus + notification that + you have to skip. + + )} {downloadData[platform].map( (download, index) => (