mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
feat: add notice about windows antivirus, resolves #6
This commit is contained in:
parent
173cc77b05
commit
2b9c120a25
1 changed files with 9 additions and 0 deletions
|
|
@ -152,6 +152,15 @@ export const Hero = () => {
|
|||
: platform[0].toUpperCase() +
|
||||
platform.slice(1)}
|
||||
</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(
|
||||
(download, index) => (
|
||||
<a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue