Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey c5815e7a71 Adjust dialog timing 2024-09-26 11:26:20 -05:00
+1 -1
View File
@@ -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
}
}