mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
update website
This commit is contained in:
parent
70822a31b5
commit
8f1711cffd
1 changed files with 2 additions and 2 deletions
|
|
@ -632,7 +632,7 @@
|
|||
<td><b>Other Linux distros</b> (.AppImage)</td>
|
||||
<td class="soon">COMING SOON</td>
|
||||
<td id="td-appimage" colspan="2">
|
||||
<a href="https://github.com/zeit/hyper/releases/download/1.1.0/hyper-1.1.0-x86_64-linux.AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
<a href="https://github.com/zeit/hyper/releases/download/1.2.0/hyper-1.2.0-x86_64-linux.AppImage">DOWNLOAD <img src="static/download-icon.svg"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -1595,7 +1595,7 @@ exports.mapTermsState = (state, map) => {
|
|||
downloadButtonText.innerHTML += ' for <strong>Fedora</strong>';
|
||||
document.getElementById('td-fedora').classList.add('highlighted');
|
||||
} else {
|
||||
downloadButton.setAttribute('href', 'https://github.com/zeit/hyper/releases/download/1.1.0/hyper-1.1.0-x86_64-linux.AppImage');
|
||||
downloadButton.setAttribute('href', 'https://github.com/zeit/hyper/releases/download/1.2.0/hyper-1.2.0-x86_64-linux.AppImage');
|
||||
downloadButtonText.innerHTML += ' for <strong>Linux</strong>';
|
||||
document.getElementById('td-appimage').classList.add('highlighted');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue