mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Automatically hide holiday message (#1757)
This commit is contained in:
parent
03c092d3bd
commit
fd92cc6a01
1 changed files with 7 additions and 5 deletions
|
|
@ -58,11 +58,13 @@ export default function ApplicationSuccess() {
|
|||
We’ll 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>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue