Skip to content

Commit

Permalink
[MOD] Download links
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Dec 12, 2022
1 parent c979ea8 commit 7f1f06c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/views/modals/Download.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ const Download = () => {
<AiFillWindows className="h-6 w-6 mr-1" /> Windows
</label>
<ul tabIndex="0" className="dropdown-content menu menu-info p-2 shadow rounded p-0 -top-px w-full">
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_win-x64-${process.env.REACT_APP_VERSION}.exe`} target="_BLANK" rel="noreferrer noopener">64 bits</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_win-ia32-${process.env.REACT_APP_VERSION}.exe`} target="_BLANK" rel="noreferrer noopener">32 bits</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_win-${process.env.REACT_APP_VERSION}_portable.exe`} target="_BLANK" rel="noreferrer noopener">Portable</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_win-x64-${process.env.REACT_APP_VERSION}.exe`} target="_BLANK" rel="noreferrer noopener">Installer 64 bits</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_win-ia32-${process.env.REACT_APP_VERSION}.exe`} target="_BLANK" rel="noreferrer noopener">Installer 32 bits</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_win-x64-${process.env.REACT_APP_VERSION}_portable.exe`} target="_BLANK" rel="noreferrer noopener">Portable 64 bits</a></li>
<li><a href={`https://github.com/oscarrc/nts-web/releases/latest/download/NTS-web_win-ia32-${process.env.REACT_APP_VERSION}_portable.exe`} target="_BLANK" rel="noreferrer noopener">Portable 32 bits</a></li>
</ul>
</div>
<div className="dropdown m-4 flex-1">
Expand Down

0 comments on commit 7f1f06c

Please sign in to comment.