wip: tutorial

This commit is contained in:
reya
2023-12-01 15:45:43 +07:00
parent 9ddf3471ce
commit fc35745c0d
16 changed files with 465 additions and 242 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ export function OnboardingScreen() {
});
const next = () => {
if (!db.account.contacts) return navigate('/auth/onboarding/follow');
return navigate('/');
if (!db.account.contacts) return navigate('/auth/follow');
return navigate('/auth/finish');
};
const toggleOutbox = async () => {