diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 5e7c6c6..8e1d060 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -39,7 +39,7 @@ export const Hero = () => { ], macos: [ ["macOS (Apple Silicon)", `qsv.pro_aarch64.app.tar.gz`], - // ["macOS (Intel)", `qsv.pro_x64.app.tar.gz`], + ["macOS (Intel)", `qsv.pro_x64.app.tar.gz`], // `qsv.pro_${version}_x64.dmg`, // `qsv.pro_${version}_aarch64.dmg`, ], @@ -79,7 +79,7 @@ export const Hero = () => { return (
@@ -150,6 +150,18 @@ export const Hero = () => { {downloadData[platform].map( (download, index) => ( <> + {platform === + "windows" && ( +
+ {/* Might not be an actual download, but store page clicked */} + + + +
+ )}