Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
StratisIain authored Dec 6, 2024
1 parent 0c5d1bb commit e5604f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/SelectClient/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ const _SelectClientPage = ({
/>
</Text>
<OperatingSystemDownload
linuxDownload='https://github.com/stratisproject/stratis-node/releases/download/v1.0/Stratis-Launcher-1.0.0.AppImage'
windowsDownload='https://github.com/stratisproject/stratis-node/releases/download/v1.0/Stratis-Launcher-Setup-1.0.0.exe'
macDownload='https://github.com/stratisproject/stratis-node/releases/download/v1.0/Stratis-Launcher-1.0.0.dmg' />
linuxDownload='https://github.com/stratisproject/stratis-node/releases/download/v1.1/Stratis-Launcher-1.1.0.AppImage'
windowsDownload='https://github.com/stratisproject/stratis-node/releases/download/v1.1/Stratis-Launcher-Setup-1.1.0.exe'
macDownload='https://github.com/stratisproject/stratis-node/releases/download/v1.1/Stratis-Launcher-1.1.0.dmg' />
</Paper>

<SelectClientSection
Expand Down

0 comments on commit e5604f0

Please sign in to comment.