Add a space between the icon and href in the card.

Add a space between the module icon and the module link is clearer imo.
This commit is contained in:
Darkweak 2021-05-29 01:07:50 +02:00 committed by GitHub
parent 5c3a67692e
commit c0c263b071
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ $.get("/api/packages").done(function(json) {
const moduleTemplate =
'<div class="module">\n'+
' &#128268;<a target="_blank" title="View module docs" class="module-link"></a>\n'+
' &#128268; <a target="_blank" title="View module docs" class="module-link"></a>\n'+
' <span class="module-desc"></span>\n'+
'</div>\n';