From 1749f461bb6d91f943d3e66a9e0b268e41f18f49 Mon Sep 17 00:00:00 2001
From: rzmk <30333942+rzmk@users.noreply.github.com>
Date: Fri, 30 Aug 2024 22:44:36 -0400
Subject: [PATCH] chore: should not have an antivirus warning anymore for
Windows
---
src/components/Hero.jsx | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx
index 68d526c..64b5f5e 100644
--- a/src/components/Hero.jsx
+++ b/src/components/Hero.jsx
@@ -160,21 +160,6 @@ export const Hero = () => {
download
>
{download[0]}
- {platform ===
- "windows" && (
- <>
-
-
- You may
- get an
- antivirus
- notification
- that you
- have to
- skip.
-
- >
- )}
)
)}