diff --git a/frontend/src/components/MapLegend.tsx b/frontend/src/components/MapLegend.tsx index 803ea21..2b901d3 100644 --- a/frontend/src/components/MapLegend.tsx +++ b/frontend/src/components/MapLegend.tsx @@ -151,7 +151,7 @@ const LEGEND: LegendCategory[] = [ name: "GEOPHYSICAL", color: "text-orange-400 border-orange-500/30", items: [ - { svg: circle("#ff6600"), label: "Earthquake (size = magnitude)" }, + { svg: circle("#ffcc00"), label: "Earthquake (yellow blob, size = magnitude)" }, ], }, { @@ -192,7 +192,7 @@ const LEGEND: LegendCategory[] = [ color: "text-purple-400 border-purple-500/30", items: [ { svg: ``, label: "Data Center" }, - { svg: circle("#ef4444"), label: "Internet Outage Zone" }, + { svg: circle("#888"), label: "Internet Outage Zone (grey)" }, ], }, {