Browse Source

Fix space in icons

Colin Powell 2 years ago
parent
commit
856546b633
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vrobbler/templates/videogames/videogame_detail.html

+ 2 - 2
vrobbler/templates/videogames/videogame_detail.html

@@ -38,8 +38,8 @@
         <hr />
         <hr />
         {% endif %}
         {% endif %}
         <p style="float:right;">
         <p style="float:right;">
-            <a href="{{object.igdb_link}}"><img src="{% static " images/igdb-logo.png" %}" width=35></a>
-            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static " images/hltb.webp" %}" width=35></a>
+            <a href="{{object.igdb_link}}"><img src="{% static "images/igdb-logo.png" %}" width=35></a>
+            <a href="{{object.hltb_link}}"><img style="background: black;" src="{% static "images/hltb.webp" %}" width=35></a>
         </p>
         </p>
     </div>
     </div>
 </div>
 </div>