From a887ae43fb48a56be5836bb29fd176d1af5954fc Mon Sep 17 00:00:00 2001 From: Pi <90981829+ItsPi3141@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:04:02 -0800 Subject: [PATCH] fix: update decoration descriptions --- app/data/decorations.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/data/decorations.js b/app/data/decorations.js index 4fd881c..4c2ea28 100644 --- a/app/data/decorations.js +++ b/app/data/decorations.js @@ -27,22 +27,22 @@ export const decorationsData = [ }, { n: "2025 Balloons", - d: "Cheers to 2025!!", + d: "Cheers to 2025!! Given to Nitro gifters in December 2024.", f: "new_year_2025", }, { n: "Holiday Cat Ears", - d: "o<≽^ᴖ ωᴖ^≼", + d: "o<≽^ᴖ ωᴖ^≼ Given to Nitro gifters in December 2024.", f: "santa_cat_ears", }, { n: "Snowfall", - d: "From chill to chilly.", + d: "From chill to chilly. Given to Nitro gifters in December 2024.", f: "snowfall", }, { n: "Heart-to-Heart", - d: "Feel the love all around.", + d: "Feel the love all around. Given to Nitro gifters in February 2025.", f: "heart_to_heart", }, ],