about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-26 11:58:47 -0500
committerGitHub <noreply@github.com>2024-09-27 01:58:47 +0900
commit960f4450ee74948c8ca1c47d3282b495a3c80b1d (patch)
tree01dd97c7ac2e99386d5e6393941bd8156aabfd1d
parent5a142161cb90f65c2593b58c7471b6657a2cd0a2 (diff)
downloadvoidsky-960f4450ee74948c8ca1c47d3282b495a3c80b1d.tar.zst
Adjust dialog timing (#5502)
-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 c740e1e6a..e7476972a 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-09-25')) {
+        if (new Date(props.currentProfile.createdAt) < new Date('2024-10-01')) {
           return true
         }
       }