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: {