From fb47bd24bd92e4156bff130003560d7639b0ba85 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Fri, 12 May 2023 03:01:12 -0700 Subject: [PATCH] Space between planet type icon and type name. --- src/models/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/UI.js b/src/models/UI.js index bdbf8e2..857d611 100644 --- a/src/models/UI.js +++ b/src/models/UI.js @@ -108,7 +108,7 @@ export class UI { } // type const typeName = body.PlanetClass || body.starType || '' - type.appendChild($('').text(typeName)) + type.appendChild($('').text(` ${typeName}`)) row.appendChild(type) // distance