Skip to content

Commit

Permalink
new download links
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Aug 25, 2024
1 parent 8ff2d25 commit a74db97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<script type="module" crossorigin src="/assets/index-56580333.js"></script>
<script type="module" crossorigin src="/assets/index-2517b1fb.js"></script>
<link rel="stylesheet" href="/assets/index-896ba6ed.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion docs/index-56580333.js → docs/index-2517b1fb.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<script type="module" crossorigin src="/index-56580333.js"></script>
<script type="module" crossorigin src="/index-2517b1fb.js"></script>
<link rel="stylesheet" href="/index-896ba6ed.css">
</head>

Expand Down
4 changes: 2 additions & 2 deletions src/Portal/sections/Download.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import React from "react";
const Download = (props) => {

function handleWindowsClick() {
window.open("https://github.com/tunnels-is/NicelandVPN/releases/download/v2.1.0/NicelandVPN-Windows-app.exe", '_blank');
window.open("https://github.com/tunnels-is/NicelandVPN/releases/download/v2.2.0/NicelandVPN-Windows-app.exe", '_blank');
}

function handleMacClick() {
window.open('https://github.com/tunnels-is/NicelandVPN/releases/download/v2.1.0/NicelandVPN-MacOS-app.zip', '_blank');
window.open('https://github.com/tunnels-is/NicelandVPN/releases/download/v2.2.0/NicelandVPN-MacOS.zip', '_blank');
}

function handleLinuxClick() {
Expand Down

0 comments on commit a74db97

Please sign in to comment.