Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adjust dialog timing (#5502)

authored by

Eric Bailey and committed by
GitHub
960f4450 5a142161

+1 -1
+1 -1
src/components/dialogs/nuxs/index.tsx
··· 41 41 id: Nux.NeueTypography, 42 42 enabled(props) { 43 43 if (props.currentProfile.createdAt) { 44 - if (new Date(props.currentProfile.createdAt) < new Date('2024-09-25')) { 44 + if (new Date(props.currentProfile.createdAt) < new Date('2024-10-01')) { 45 45 return true 46 46 } 47 47 }