mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Update mac and windows app store links
This commit is contained in:
parent
8efb6045ee
commit
f77357daf2
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ const InstallScratchLink = ({
|
|||
<a
|
||||
href={
|
||||
currentOS === OS_ENUM.WINDOWS ?
|
||||
'https://www.microsoft.com/en-us/p/scratch-link/9n48xllczh0x' :
|
||||
'https://itunes.apple.com/us/app/scratch-device-manager/id1084869222'
|
||||
'https://www.microsoft.com/store/productId/9N48XLLCZH0X' :
|
||||
'https://itunes.apple.com/us/app/scratch-link/id1408863490'
|
||||
}
|
||||
target="_blank"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue