Skip to content

Commit 7d43e76

Browse files
committed
chore: remove Microsoft Store due to deprecation
1 parent febc18d commit 7d43e76

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/components/Hero.jsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,6 @@ export const Hero = () => {
150150
{downloadData[platform].map(
151151
(download, index) => (
152152
<>
153-
{platform ===
154-
"windows" && (
155-
<div className="flex justify-center">
156-
{/* Might not be an actual download, but store page clicked */}
157-
<a data-rybbit-event="qsv_pro_download" data-rybbit-prop-platform="Microsoft Store" href="https://apps.microsoft.com/detail/xpffdj3f1jsztf?mode=full">
158-
<img
159-
src="https://get.microsoft.com/images/en-us%20light.svg"
160-
width="200"
161-
/>
162-
</a>
163-
</div>
164-
)}
165153
<a
166154
key={index}
167155
href={`https://github.com/dathere/qsv-pro-releases/releases/download/${name}/${download[1]}`} // Replace with actual download path

0 commit comments

Comments
 (0)