Space between planet type icon and type name.
This commit is contained in:
parent
75f180526d
commit
fb47bd24bd
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export class UI {
|
||||||
}
|
}
|
||||||
// type
|
// type
|
||||||
const typeName = body.PlanetClass || body.starType || ''
|
const typeName = body.PlanetClass || body.starType || ''
|
||||||
type.appendChild($('<span>').text(typeName))
|
type.appendChild($('<span>').text(` ${typeName}`))
|
||||||
row.appendChild(type)
|
row.appendChild(type)
|
||||||
|
|
||||||
// distance
|
// distance
|
||||||
|
|
Loading…
Reference in a new issue