Automatically hide holiday message (#1757)

This commit is contained in:
yodalightsabr 2025-12-27 14:36:04 -08:00 committed by GitHub
parent 03c092d3bd
commit fd92cc6a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,11 +58,13 @@ export default function ApplicationSuccess() {
Well review your application and get back to you {eta}.
</Balancer>
</Text>
<Text as="p">
<Balancer>
<em>During the holiday season, it might take a little longer for us to review your application. We appreciate your understanding!</em>
</Balancer>
</Text>
{Date.now() < 1767340800000 ? (
<Text as="p">
<Balancer>
<em>During the holiday season, it might take a little longer for us to review your application. We appreciate your understanding!</em>
</Balancer>
</Text>
) : null}
</header>
</Container>
)