Fix links to wiki from structure manager

This commit is contained in:
Aelita4 2024-11-21 10:55:36 +01:00
parent 73bf96ee8c
commit 42f9c75b06
Signed by: Aelita4
GPG Key ID: E44490C2025906C1
1 changed files with 1 additions and 1 deletions

View File

@ -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`}