Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace FAO area icons with static images #93

Open
GalMunGral opened this issue Dec 4, 2023 · 0 comments
Open

Replace FAO area icons with static images #93

GalMunGral opened this issue Dec 4, 2023 · 0 comments
Labels
enhancement New feature or request ui

Comments

@GalMunGral
Copy link
Contributor

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.

@GalMunGral GalMunGral added enhancement New feature or request ui labels Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui
Projects
None yet
Development

No branches or pull requests

1 participant