Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
fixes #240 and fixes #239
  • Loading branch information
srkirkland committed Jul 13, 2022
1 parent 3c08a4c commit 260a8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Map/MapContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,11 @@ export const MapContainer = () => {
toggleErrorGeoJson(!showErrorGeoJson);
}}
active={showErrorGeoJson}
title='Cluster zones which cannot be used for biomass'
color='primary'
className='toggle-buttons error-toggle'
>
<span>{isErrorZone ? 'Show Error Zones' : 'Hide Error Zones'}</span>
<span>{isErrorZone ? 'Show Unusable Zones' : 'Hide Unusable Zones'}</span>
<FontAwesomeIcon icon={isErrorZone ? faEye : faEyeSlash} />
</Button>
<Button
Expand Down

0 comments on commit 260a8d3

Please sign in to comment.