Add "region" prefix to region map
This commit is contained in:
@@ -264,7 +264,7 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region
|
||||
return (
|
||||
<div className="h-full w-full flex flex-col">
|
||||
<Header
|
||||
title={regionName}
|
||||
title={`Region: ${regionName}`}
|
||||
breadcrumbs={[
|
||||
{ label: "Universe", path: "/" },
|
||||
{ label: regionName }
|
||||
|
Reference in New Issue
Block a user