feat: add notice about windows antivirus, resolves #6

This commit is contained in:
rzmk 2024-03-20 09:09:09 -04:00
parent 173cc77b05
commit 2b9c120a25
No known key found for this signature in database

View file

@ -152,6 +152,15 @@ export const Hero = () => {
: platform[0].toUpperCase() + : platform[0].toUpperCase() +
platform.slice(1)} platform.slice(1)}
</p> </p>
{downloadData &&
platform === "windows" && (
<small className="text-xs text-zinc-300 mt-4">
You may get an
antivirus
notification that
you have to skip.
</small>
)}
{downloadData[platform].map( {downloadData[platform].map(
(download, index) => ( (download, index) => (
<a <a