mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 12:17:15 -04:00
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:
parent
5c3a67692e
commit
c0c263b071
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $.get("/api/packages").done(function(json) {
|
||||||
|
|
||||||
const moduleTemplate =
|
const moduleTemplate =
|
||||||
'<div class="module">\n'+
|
'<div class="module">\n'+
|
||||||
' 🔌<a target="_blank" title="View module docs" class="module-link"></a>\n'+
|
' 🔌 <a target="_blank" title="View module docs" class="module-link"></a>\n'+
|
||||||
' <span class="module-desc"></span>\n'+
|
' <span class="module-desc"></span>\n'+
|
||||||
'</div>\n';
|
'</div>\n';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue