diff --git a/src/SolarEclipse2024.vue b/src/SolarEclipse2024.vue index 767f5e2..1aaf168 100644 --- a/src/SolarEclipse2024.vue +++ b/src/SolarEclipse2024.vue @@ -3589,7 +3589,7 @@ export default defineComponent({ if (!gaveRating) { this.questionTimeout = setTimeout(() => { this.showRating = true; - }, 90_000); + }, 60_000); } },