From c0c263b071c40fef132ba55ee74729c641352251 Mon Sep 17 00:00:00 2001 From: Darkweak Date: Sat, 29 May 2021 01:07:50 +0200 Subject: [PATCH] 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. --- src/resources/js/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/js/download.js b/src/resources/js/download.js index 27e7651..3b59b14 100644 --- a/src/resources/js/download.js +++ b/src/resources/js/download.js @@ -25,7 +25,7 @@ $.get("/api/packages").done(function(json) { const moduleTemplate = '
\n'+ - ' 🔌\n'+ + ' 🔌 \n'+ ' \n'+ '
\n';