Skip to content
Snippets Groups Projects
Unverified Commit b0eeebfb authored by Riccardo Spagni's avatar Riccardo Spagni :speech_balloon:
Browse files

remove beta 2 on GUI

parent 67b9b2f5
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch, ...@@ -105,7 +105,7 @@ If you'd prefer to use a blockchain bootstrap, instead of syncing from scratch,
<div class="row"> <div class="row">
<h4 id="{{ data_downloads.platform | slugify }}"> <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> </h4></div>
<div class="row"> <div class="row">
<p><strong>SHA256 Hash:</strong></p> <p class="hash"> {{ data_downloads.gui_hash }}</p> <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, ...@@ -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" > <div class="col-md-6 col-sm-12" >
<h4 id="{{ data_downloads.platform | slugify }}"> <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> </h4>
<p><strong>SHA256 Hash (GUI):</strong></p> <p class="hash"> {{ data_downloads.gui_hash }}</p> <p><strong>SHA256 Hash (GUI):</strong></p> <p class="hash"> {{ data_downloads.gui_hash }}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment