Skip to content

Commit

Permalink
Merge pull request #9 from OpenUpSA/fix/legend-hover-title
Browse files Browse the repository at this point in the history
Fix/legend hover title
  • Loading branch information
paulmwatson authored Jul 8, 2024
2 parents 9b8be41 + 2eb5b36 commit d39cdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ function Component({ powerStations, panelOpen, setPanelOpen }: Props) {
{fuelTypes.map((fuelType) => (
<div className="legendItem" key={fuelType.shorthand}>
<div
title={fuelType.name}
className="legendColor"
style={{
background: `rgba(${fuelType.rGBColor}, ${
Expand Down

0 comments on commit d39cdee

Please sign in to comment.