From 5ca6ce37a2d25d2aaab9375ab280eecaf8b656d6 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 3 Jan 2023 20:34:11 +0800 Subject: [PATCH] Update Fireworks.js --- components/Fireworks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Fireworks.js b/components/Fireworks.js index 6d80772e..8235baa7 100644 --- a/components/Fireworks.js +++ b/components/Fireworks.js @@ -19,7 +19,7 @@ export const Fireworks = () => { */ function createFireworks(config) { const defaultConfig = { - colors: BLOG.FIREWORKSCOLOR, + colors: BLOG.FIREWORKS_COLOR, numberOfParticules: 20, orbitRadius: { min: 50,