mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
remove beta 2 on GUI
This commit is contained in:
parent
67b9b2f5de
commit
b0eeebfb0e
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch,
|
|||
<div class="row">
|
||||
|
||||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }} (GUI Beta 2)</a>
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }}</a>
|
||||
</h4></div>
|
||||
<div class="row">
|
||||
<p><strong>SHA256 Hash:</strong></p> <p class="hash"> {{ data_downloads.gui_hash }}</p>
|
||||
|
@ -115,7 +115,7 @@ If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch,
|
|||
<div class="col-md-6 col-sm-12" >
|
||||
|
||||
<h4 id="{{ data_downloads.platform | slugify }}">
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }} (GUI Beta 2)</a>
|
||||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">{{ data_downloads.platform }}</a>
|
||||
</h4>
|
||||
<p><strong>SHA256 Hash (GUI):</strong></p> <p class="hash"> {{ data_downloads.gui_hash }}</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue