Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Altin Selimi committed Jan 27, 2020
2 parents 233349a + ccd8746 commit d208011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions landing-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h1>Hi there friend,</h1>
const macAsset = assets.find(a => a.name.includes('.dmg'));
const windowsAsset = assets.find(a => a.name.includes('.exe'));
if (this.system === 'mac') this.downloadLink = macAsset.browser_download_url;
else this.downloadLink = macAsset.browser_download_url;
else this.downloadLink = windowsAsset.browser_download_url;
})
},
computed: {
Expand All @@ -218,4 +218,4 @@ <h1>Hi there friend,</h1>
});
</script>

</html>
</html>

0 comments on commit d208011

Please sign in to comment.