about summary refs log tree commit diff
path: root/src/components/dialogs/nuxs
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-07-04 02:30:24 +0300
committerGitHub <noreply@github.com>2025-07-03 16:30:24 -0700
commita9469cc1118a4528dde2ac6c160ec53e257f828e (patch)
treea28bc97dc80dba0cf341ea876058ffddc1c2a314 /src/components/dialogs/nuxs
parent1ed019bd722d44a7720e9223b34c07c8421bfcf0 (diff)
downloadvoidsky-a9469cc1118a4528dde2ac6c160ec53e257f828e.tar.zst
Move NUX date (#8603)
Diffstat (limited to 'src/components/dialogs/nuxs')
-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 8096a0141..5529893c0 100644
--- a/src/components/dialogs/nuxs/index.tsx
+++ b/src/components/dialogs/nuxs/index.tsx
@@ -36,7 +36,7 @@ const queuedNuxs: {
     id: Nux.ActivitySubscriptions,
     enabled: ({currentProfile}) => {
       return isExistingUserAsOf(
-        '2025-07-03T00:00:00.000Z',
+        '2025-07-07T00:00:00.000Z',
         currentProfile.createdAt,
       )
     },