chore: should not have an antivirus warning anymore for Windows

This commit is contained in:
rzmk 2024-08-30 22:44:36 -04:00
parent 49d926e6c2
commit 1749f461bb
No known key found for this signature in database

View file

@ -160,21 +160,6 @@ export const Hero = () => {
download
>
{download[0]}
{platform ===
"windows" && (
<>
<br />
<small className="text-xs text-zinc-300 mt-4">
You may
get an
antivirus
notification
that you
have to
skip.
</small>
</>
)}
</a>
)
)}