UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

24 lines (22 loc) 792 B
export const topics = [ { value: 'report-a-bug-or-error', label: 'Report a bug or error', placeholder: "Please tell us what browser and operating system you're using, including version numbers." }, { value: 'provide-feedback', label: 'Provide feedback', placeholder: '' }, { value: 'data-related-inquiry', label: 'Data-related inquiry or suggestion', placeholder: '' }, { value: 'general-inquiry', label: 'General inquiry', placeholder: '' } ]; export const tools = [ { value: 'gfw', label: 'Global Forest Watch' }, { value: 'gfw-pro', label: 'GFW Pro' }, { value: 'fw', label: 'Forest Watcher' }, { value: 'blog', label: 'GFW Blog' }, { value: 'map-builder', label: 'GFW MapBuilder' }, { value: 'not-applicable', label: 'Not applicable' } ];