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