Skip to content

Replace FAO area icons with static images #93

@GalMunGral

Description

@GalMunGral
Screenshot 2023-12-04 at 1 29 07 PM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions