Fix links to wiki from structure manager
This commit is contained in:
parent
73bf96ee8c
commit
42f9c75b06
|
@ -72,7 +72,7 @@ for(const structure of structureList) {
|
|||
<div class="structure-list">
|
||||
{currentSystem.structures.structuresDB.map(structure => (
|
||||
<ItemCard
|
||||
category="structures"
|
||||
category="megastructures"
|
||||
id={structure.id}
|
||||
name={getName(lang, 'structures', structure.id)}
|
||||
image={`/images/structures/${structure.id}.jpeg`}
|
||||
|
|
Loading…
Reference in New Issue