fix: address remaining UI and content feedback from Marisa
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 37s
Build & Deploy / 🧪 QA (push) Failing after 56s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-06-16 11:43:26 +02:00
parent e0d43f7f5f
commit fa7182d351
6 changed files with 54 additions and 18 deletions

View File

@@ -45,19 +45,19 @@ export const defaultLocations: Location[] = [
},
{
id: 'ketzin',
name: 'Ketzin (Wind)',
name: 'Ketzin (Netzausbau)',
type: 'project',
x: 72,
y: 34,
description: 'Netzanbindung Windpark',
description: 'Netzausbau Gewerbegebiet',
},
{
id: 'jevenstedt',
name: 'Jevenstedt (Wind)',
name: 'Jevenstedt (Kabeltrasse)',
type: 'project',
x: 43,
y: 9,
description: 'Netzanbindung Windpark',
description: '110 kV Kabeltrasse',
}
];