diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 8e1d060..5e7c6c6 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,18 +150,6 @@ export const Hero = () => { {downloadData[platform].map( (download, index) => ( <> - {platform === - "windows" && ( -
- {/* Might not be an actual download, but store page clicked */} - - - -
- )}