diff options
author | Eric Bailey <git@esb.lol> | 2024-10-07 19:43:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-07 19:43:55 -0500 |
commit | db764528224354476acbecba1f4146339076d7de (patch) | |
tree | b95c223c14b9ebc7a5ec335136ce8905358632a7 /src/components/dialogs | |
parent | ab9c4acc5be369617b5f11755f33ccefcb4d70de (diff) | |
download | voidsky-db764528224354476acbecba1f4146339076d7de.tar.zst |
Update neue nux date (#5643)
Diffstat (limited to 'src/components/dialogs')
-rw-r--r-- | src/components/dialogs/nuxs/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/nuxs/index.tsx b/src/components/dialogs/nuxs/index.tsx index e7476972a..d17615aeb 100644 --- a/src/components/dialogs/nuxs/index.tsx +++ b/src/components/dialogs/nuxs/index.tsx @@ -41,7 +41,7 @@ const queuedNuxs: { id: Nux.NeueTypography, enabled(props) { if (props.currentProfile.createdAt) { - if (new Date(props.currentProfile.createdAt) < new Date('2024-10-01')) { + if (new Date(props.currentProfile.createdAt) < new Date('2024-10-09')) { return true } } |