From fc87dff5b6e5c45ae45185fce11397ff7070406e Mon Sep 17 00:00:00 2001 From: yodalightsabr Date: Sat, 20 Dec 2025 12:27:34 -0800 Subject: [PATCH] Automatically hide holiday message --- pages/fiscal-sponsorship/apply/success.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/fiscal-sponsorship/apply/success.js b/pages/fiscal-sponsorship/apply/success.js index 236125b3e..0f9065714 100644 --- a/pages/fiscal-sponsorship/apply/success.js +++ b/pages/fiscal-sponsorship/apply/success.js @@ -58,11 +58,13 @@ export default function ApplicationSuccess() { We’ll review your application and get back to you {eta}. - - - During the holiday season, it might take a little longer for us to review your application. We appreciate your understanding! - - + {Date.now() < 1767340800000 ? ( + + + During the holiday season, it might take a little longer for us to review your application. We appreciate your understanding! + + + ) : null} )