Merge remote-tracking branch 'origin/next' into next-onboarding

This commit is contained in:
Alex Gleason
2022-04-20 08:23:15 -05:00
150 changed files with 4563 additions and 2610 deletions

View File

@@ -34,7 +34,7 @@ const WaitlistPage = ({ account }) => {
</Link>
<div className='absolute inset-y-0 right-0 flex items-center pr-2 space-x-3'>
<Button onClick={onClickLogOut} theme='primary' to='/auth/sign_out'>
<Button onClick={onClickLogOut} theme='primary' to='/logout'>
Sign out
</Button>
</div>