Add "region" prefix to region map

This commit is contained in:
2025-06-15 12:02:05 +02:00
parent 44e97d4aea
commit 6264e042d9

View File

@@ -264,7 +264,7 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region
return ( return (
<div className="h-full w-full flex flex-col"> <div className="h-full w-full flex flex-col">
<Header <Header
title={regionName} title={`Region: ${regionName}`}
breadcrumbs={[ breadcrumbs={[
{ label: "Universe", path: "/" }, { label: "Universe", path: "/" },
{ label: regionName } { label: regionName }