Skip to content

Commit

Permalink
refactor: solar to solar pv
Browse files Browse the repository at this point in the history
  • Loading branch information
itsliterallymonique committed Nov 12, 2024
1 parent 75ea089 commit 79bbc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/maps/MarkerInfoWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const technologyToPin: Record<string, string> = {
'Land-Based Wind': landbased_wind,
'Offshore Wind': offshore_wind,
'Pumped Storage': pumped_storage,
Solar: solarPower,
'Solar PV': solarPower,
};

export const MarkerInfoWindow = ({
Expand Down

0 comments on commit 79bbc59

Please sign in to comment.