mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2026-02-04 00:45:33 +00:00
chore: remove Microsoft Store due to deprecation
This commit is contained in:
parent
febc18d80d
commit
7d43e76dd8
1 changed files with 0 additions and 12 deletions
|
|
@ -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