Skip to content

Commit

Permalink
link updates
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Aug 26, 2024
1 parent 1344224 commit 0c5d1bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/GenerateKeys/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,10 @@ const _GenerateKeysPage = ({
/>
</Text>
<OperatingSystemDownload
linuxDownload='https://github.com/stratisproject/wagyu-key-gen/releases/download/v0.1.0/Wagyu.Key.Gen-0.1.0.AppImage'
windowsDownload='https://github.com/stratisproject/wagyu-key-gen/releases/download/v0.1.0/Wagyu.Key.Gen.0.1.0.exe'
macDownload='https://github.com/stratisproject/wagyu-key-gen/releases/download/v0.1.0/Wagyu.Key.Gen-0.1.0.dmg' />
linuxDownload='https://github.com/stratisproject/wagyu-key-gen/releases/download/v0.1.1/Wagyu.Key.Gen-0.1.1.AppImage'
windowsDownload='https://github.com/stratisproject/wagyu-key-gen/releases/download/v0.1.1/Wagyu.Key.Gen.0.1.1.exe'
macDownload='https://github.com/stratisproject/wagyu-key-gen/releases/download/v0.1.1/Wagyu.Key.Gen-0.1.1.dmg'
/>
</Paper>

<Paper className="mt20">
Expand Down

0 comments on commit 0c5d1bb

Please sign in to comment.