File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const handleLocationSelected = (place: PlaceResult) => {
2929 <div class =" settings" >
3030 <v-alert density =" compact" type =" info" color =" gray" class =" mb-2" >
3131 The <strong >global predictions</strong > provide global-scale estimates of agricultural fields
32- for 2024- 2025. They were computed using the model <strong >FTW v3: CC-BY, B7</strong >.
32+ for 2024 and 2025. They were computed using the model <strong >FTW v3: CC-BY, B7</strong >.
3333 </v-alert >
3434
3535 <v-row class =" d-flex justify-center w-100 mx-auto mb-0" >
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const defaultModel = computed(() => {
6767 return selected ?. id || ''
6868} )
6969
70- const defaultYearGlobal = 2024
70+ const defaultYearGlobal = 2025
7171
7272const modelTitle = computed ( ( ) => {
7373 const model = settings . value . model
You can’t perform that action at this time.
0 commit comments