Skip to content

Commit

Permalink
Add cloud cover disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Jan 31, 2024
1 parent 855adfb commit f624c3d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
FormInput,
FormLabel,
} from '@devseed-ui/form';
import { Heading } from '@devseed-ui/typography';

import {
generateQuartersInBetweenDates,
Expand Down Expand Up @@ -100,9 +99,7 @@ export const CreateMosaicForm = ({
<Formik initialValues={initialFormValues}>
{({ setFieldValue, values }) => (
<Form>
<Heading size='small' as='h4'>
Custom mosaic filters
</Heading>
<div>All mosaics from Planetary Computer, &lt;10% cloud cover</div>
<FormGroup>
<FormGroupHeader>
<FormLabel>Select date range</FormLabel>
Expand Down

0 comments on commit f624c3d

Please sign in to comment.