Skip to content

Commit 5269830

Browse files
fix download links (#135)
1 parent f97e0fb commit 5269830

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

www/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ function App() {
7676
className='px-6 py-4 text-white text-2xl bg-button rounded-full mt-12 cursor-pointer'
7777
href={
7878
os === 'Mac'
79-
? 'https://github.com/Manta-Network/manta-signer/releases/download/0.7.2/manta-signer-macos-latest_0.7.2-103_x64.dmg'
79+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-macos-latest_0.7.2-103_x64.dmg'
8080
: os === 'Windows'
81-
? 'https://github.com/Manta-Network/manta-signer/releases/download/0.7.2/manta-signer-windows-2019_0.7.2_x64.msi'
82-
: 'https://github.com/Manta-Network/manta-signer/releases/download/0.7.2/manta-signer-ubuntu-18.04_0.7.2_amd64.deb'
81+
? 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-windows-2019_0.7.2_x64.msi'
82+
: 'https://github.com/Manta-Network/manta-signer/releases/download/v0.7.2/manta-signer-ubuntu-18.04_0.7.2_amd64.deb'
8383
}
8484
title={
8585
os === 'Mac'

0 commit comments

Comments
 (0)