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">
|
<div class="structure-list">
|
||||||
{currentSystem.structures.structuresDB.map(structure => (
|
{currentSystem.structures.structuresDB.map(structure => (
|
||||||
<ItemCard
|
<ItemCard
|
||||||
category="structures"
|
category="megastructures"
|
||||||
id={structure.id}
|
id={structure.id}
|
||||||
name={getName(lang, 'structures', structure.id)}
|
name={getName(lang, 'structures', structure.id)}
|
||||||
image={`/images/structures/${structure.id}.jpeg`}
|
image={`/images/structures/${structure.id}.jpeg`}
|
||||||
|
|
Loading…
Reference in New Issue