-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
These icons are currently rendered at run-time from FAO area GeoJSON by the RegionIcon component:
| const RegionIcon: FC<Props> = ({ faoArea, size = 64, opacity = 1 }) => { |
| <RegionIcon size={62} faoArea={group.faoArea} /> |
We should replace the RegionIcon component with static images once the design is ready.
Reactions are currently unavailable