From ee639965eda0efee40ec728f57c79b31fc9f9294 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Thu, 4 Jul 2024 22:58:40 +0200 Subject: [PATCH] tmp --- components/Logo.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/Logo.vue b/components/Logo.vue index 01bffe220..be8eb7623 100644 --- a/components/Logo.vue +++ b/components/Logo.vue @@ -63,9 +63,7 @@ export default Vue.extend({ if (stats && stats.overall.users >= 1_000_000 && stats.overall.users < 1_005_000) { this.celebrate1M = true; } - if (process.env.NODE_ENV == 'development' || process.env.NODE_ENV == 'test') { - this.celebrate1M = true; - } + this.celebrate1M = true; await this.fireConfetti(); }, methods: {