Add "region" prefix to region map
This commit is contained in:
@@ -98,7 +98,7 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region
|
||||
|
||||
const handleSystemClick = (systemName: string) => {
|
||||
if (focusSystem === systemName) return;
|
||||
|
||||
|
||||
navigate(`/regions/${regionName}/${systemName}`);
|
||||
};
|
||||
|
||||
@@ -263,8 +263,8 @@ export const RegionMap = ({ regionName, focusSystem, isCompact = false }: Region
|
||||
// Full page mode - Make truly fullscreen
|
||||
return (
|
||||
<div className="h-full w-full flex flex-col">
|
||||
<Header
|
||||
title={regionName}
|
||||
<Header
|
||||
title={`Region: ${regionName}`}
|
||||
breadcrumbs={[
|
||||
{ label: "Universe", path: "/" },
|
||||
{ label: regionName }
|
||||
|
Reference in New Issue
Block a user