diff --git a/CI-ColorWebs/wwwroot/js/site.js b/CI-ColorWebs/wwwroot/js/site.js
index 771e6b48ed8e80e27e2c497aeb71df51f91113e9..d107aa2864052bf5507853de68b1e7b6c638bf30 100644
--- a/CI-ColorWebs/wwwroot/js/site.js
+++ b/CI-ColorWebs/wwwroot/js/site.js
@@ -6,7 +6,7 @@ const canvas = document.querySelector("canvas");
 const context = canvas.getContext("2d");
 const cre = () => {
     var ranColor = [];
-    const namesFirst = ["Beautiful ", "Splash of ", "Colorful ", "Dreary ", "Radiant " ,"Vibrant ", "Awe Struck ", "Taste of ", "True ", "Fresh", "Vivid", "Daring", "Sweet";
+    const namesFirst = ["Beautiful ", "Splash of ", "Colorful ", "Dreary ", "Radiant " ,"Vibrant ", "Awe Struck ", "Taste of ", "True ", "Fresh", "Vivid", "Daring", "Sweet"];
     const namesLast = ["Morning", "Color", "Dreams", "Inspiration", "Wonder", "Midnight", "Hue" , "Paradise", "Passion"];
     const genNameFirst = namesFirst[Math.floor(Math.random() * 9)];
     const genNameLast = namesLast[Math.floor(Math.random() * 9)];