about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-10-07 19:43:55 -0500
committerGitHub <noreply@github.com>2024-10-07 19:43:55 -0500
commitdb764528224354476acbecba1f4146339076d7de (patch)
treeb95c223c14b9ebc7a5ec335136ce8905358632a7 /src
parentab9c4acc5be369617b5f11755f33ccefcb4d70de (diff)
downloadvoidsky-db764528224354476acbecba1f4146339076d7de.tar.zst
Update neue nux date (#5643)
Diffstat (limited to 'src')
-rw-r--r--src/components/dialogs/nuxs/index.tsx2
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
         }
       }