From c5815e7a71e05e0fa574195225848d00c6f5c126 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 26 Sep 2024 11:26:20 -0500 Subject: [PATCH] Adjust dialog timing --- src/components/dialogs/nuxs/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx index b93831ad35..aa85190f18 100644 --- a/src/components/dialogs/nuxs/index.tsx +++ b/src/components/dialogs/nuxs/index.tsx @@ -43,7 +43,7 @@ const queuedNuxs: { id: Nux.NeueTypography, enabled(props) { if (props.currentProfile.createdAt) { - if (new Date(props.currentProfile.createdAt) < new Date('2024-09-25')) { + if (new Date(props.currentProfile.createdAt) < new Date('2024-10-01')) { return true } }