mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 00:07:54 +00:00
add blank platform icons where necessary
This commit is contained in:
parent
75ed47bc61
commit
6c843196f9
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
|
|||
<a href="{{ data_downloads.cli_url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }}
|
||||
</a>
|
||||
<br><br>
|
||||
<br><img src="//static.getmonero.org/images/blank.png" style="height: 30px;">
|
||||
</h4>
|
||||
|
||||
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
||||
|
@ -46,7 +46,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
|
|||
<a href="//downloads.getmonero.org/cli/{{ data_downloads.cli_url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Command-line Tools Only)
|
||||
</a>
|
||||
<br><br>
|
||||
<br><img src="//static.getmonero.org/images/blank.png" style="height: 30px;">
|
||||
</h4>
|
||||
|
||||
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
||||
|
@ -64,7 +64,7 @@ Note: the SHA256 hashes are listed by the downloads for convenience, but a GPG-s
|
|||
<a href="//downloads.getmonero.org/gui/{{ data_downloads.gui_url }}">
|
||||
<img src="//static.getmonero.org/images/platforms/{{ data_downloads.icon }}" style="height: 30px;"> {{ data_downloads.platform }} (Beta 2)
|
||||
</a>
|
||||
<br><br>
|
||||
<br><img src="//static.getmonero.org/images/blank.png" style="height: 30px;">
|
||||
</h4>
|
||||
|
||||
<strong>Current Version:</strong> {{ data_downloads.version }} <em>{{ data_downloads.tag }}</em><br>
|
||||
|
|
Loading…
Reference in a new issue