From 6c843196f990b338810473b67ff84a0ae856f337 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni <ric@spagni.net> Date: Fri, 2 Jun 2017 13:47:05 +0200 Subject: [PATCH] add blank platform icons where necessary --- downloads/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/downloads/index.md b/downloads/index.md index 17eb0c46..d437b1db 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -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> -- GitLab