mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
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:
parent
f816faeace
commit
90dabcdfc1
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue