File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments