Skip to content

Commit 3cdc7bb

Browse files
committed
Change years
1 parent dd233f1 commit 3cdc7bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/GlobalDataPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

src/composables/useSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const defaultModel = computed(() => {
6767
return selected?.id || ''
6868
})
6969

70-
const defaultYearGlobal = 2024
70+
const defaultYearGlobal = 2025
7171

7272
const modelTitle = computed(() => {
7373
const model = settings.value.model

0 commit comments

Comments
 (0)