Don't open a new tab when the download button is clicked (Take 2)

When the download button in the middle of the homepage is clicked, a new tab won't be opened now.
This commit is contained in:
Tobias 2018-10-20 01:27:34 +02:00 committed by GitHub
parent f816faeace
commit 90dabcdfc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
<p>It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and macOS.</p> <p>It is written in C++ with portability in mind, with builds actively maintained for Windows, Linux and macOS.</p>
</div> </div>
<div> <div>
<a class="button mr-sm is-medium is-light is-hidden-touch" href="/downloads" target="_blank"> <a class="button mr-sm is-medium is-light is-hidden-touch" href="/downloads">
<span class="icon"> <span class="icon">
<i class="fas fa-arrow-down"></i> <i class="fas fa-arrow-down"></i>
</span> </span>