Remove references to localhost (we are now a website!)

This commit is contained in:
2025-06-14 16:48:55 +02:00
parent dcf50b3ade
commit 8aff6f06e7
2 changed files with 31 additions and 65 deletions

View File

@@ -17,7 +17,7 @@ const SystemView = () => {
<h1 className="text-4xl font-bold text-white mb-2">Cosmic Region Navigator</h1>
<p className="text-slate-300">Viewing signatures for system: {system}</p>
</div>
<SystemTracker initialSystem={system} />
<SystemTracker system={system} />
</div>
</div>
);