浏览代码

Fix space in icons

Colin Powell 2 年之前
父节点
当前提交
856546b633
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vrobbler/templates/videogames/videogame_detail.html

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

@@ -38,8 +38,8 @@
         <hr />
         {% endif %}
         <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>
     </div>
 </div>