Add "region" prefix to region map
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user