From 2b9c120a25d27e72f9f23feed7571adeb27e2c1e Mon Sep 17 00:00:00 2001
From: rzmk
Date: Wed, 20 Mar 2024 09:09:09 -0400
Subject: [PATCH] feat: add notice about windows antivirus, resolves #6
---
src/components/Hero.jsx | 9 +++++++++
1 file changed, 9 insertions(+)
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) => (