mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2026-02-04 08:55:32 +00:00
Compare commits
2 commits
6a4723760d
...
7d43e76dd8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d43e76dd8 | ||
|
|
febc18d80d |
1 changed files with 2 additions and 14 deletions
|
|
@ -39,7 +39,7 @@ export const Hero = () => {
|
||||||
],
|
],
|
||||||
macos: [
|
macos: [
|
||||||
["macOS (Apple Silicon)", `qsv.pro_aarch64.app.tar.gz`],
|
["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}_x64.dmg`,
|
||||||
// `qsv.pro_${version}_aarch64.dmg`,
|
// `qsv.pro_${version}_aarch64.dmg`,
|
||||||
],
|
],
|
||||||
|
|
@ -79,7 +79,7 @@ export const Hero = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className="w-screen flex justify-center items-center bg-customDarkBg1 mb-40 hero-bg-gradient pb-24 sm:pb-32 md:pb-44 lg:pb-0"
|
className="w-screen flex justify-center items-center bg-(--color-customDarkBg1) mb-40 hero-bg-gradient pb-24 sm:pb-32 md:pb-44 lg:pb-0"
|
||||||
id="home"
|
id="home"
|
||||||
>
|
>
|
||||||
<div className="w-full md:w-[1100px] flex flex-col justify-center items-center pt-16 md:pt-16 lg:pt-20 text-center">
|
<div className="w-full md:w-[1100px] flex flex-col justify-center items-center pt-16 md:pt-16 lg:pt-20 text-center">
|
||||||
|
|
@ -150,18 +150,6 @@ export const Hero = () => {
|
||||||
{downloadData[platform].map(
|
{downloadData[platform].map(
|
||||||
(download, index) => (
|
(download, index) => (
|
||||||
<>
|
<>
|
||||||
{platform ===
|
|
||||||
"windows" && (
|
|
||||||
<div className="flex justify-center">
|
|
||||||
{/* Might not be an actual download, but store page clicked */}
|
|
||||||
<a data-rybbit-event="qsv_pro_download" data-rybbit-prop-platform="Microsoft Store" href="https://apps.microsoft.com/detail/xpffdj3f1jsztf?mode=full">
|
|
||||||
<img
|
|
||||||
src="https://get.microsoft.com/images/en-us%20light.svg"
|
|
||||||
width="200"
|
|
||||||
/>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
)}
|
|
||||||
<a
|
<a
|
||||||
key={index}
|
key={index}
|
||||||
href={`https://github.com/dathere/qsv-pro-releases/releases/download/${name}/${download[1]}`} // Replace with actual download path
|
href={`https://github.com/dathere/qsv-pro-releases/releases/download/${name}/${download[1]}`} // Replace with actual download path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue