diff --git a/index.html b/index.html
index 5f42b96..7e4f356 100644
--- a/index.html
+++ b/index.html
@@ -173,7 +173,7 @@
const randomColor = getRandomColor();
snowflake.style.backgroundColor = randomColor;
- // snowflake.innerHTML = '命运之光'; // You can customize the snowflake symbol here
+ snowflake.innerHTML = '幸运之光'; // You can customize the snowflake symbol here
return snowflake;
}