mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Go to home not login when onboarding is completed
This commit is contained in:
parent
aedb41fc7f
commit
4dc5861b97
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const OnboardingPage6 = () => {
|
|||
pageNumber={6}
|
||||
title="Join our Community"
|
||||
subTitle='Omnivore is open source and open community, join us.'
|
||||
nextPage='/login'
|
||||
nextPage='/home'
|
||||
reduceSpace
|
||||
>
|
||||
<HStack distribution='center' alignment='center' css={{width: '100%', height: '100%'}}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue