diff --git a/apps/www/src/lib/registry/default/example/DatePickerWithIndependentMonths.vue b/apps/www/src/lib/registry/default/example/DatePickerWithIndependentMonths.vue index 9aa80f1a..b7d91e4c 100644 --- a/apps/www/src/lib/registry/default/example/DatePickerWithIndependentMonths.vue +++ b/apps/www/src/lib/registry/default/example/DatePickerWithIndependentMonths.vue @@ -219,9 +219,9 @@ watch(secondMonthPlaceholder, (_secondMonthPlaceholder) => { 'h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100', ) " - @click="updateMonth('second', 1)" + @click="updateMonth('second', -1)" > - +
{ 'h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100', ) " - @click="updateMonth('second', 1)" + @click="updateMonth('second', -1)" > - +
{{