Link various sign up buttons to /signup

This commit is contained in:
Alex Gleason 2022-05-11 14:55:40 -05:00
parent 64cce966a2
commit 31486b1320
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ const Navbar = () => {
</Button>
{!singleUserMode && (
<Button theme='primary' to='/' size='sm'>
<Button theme='primary' to='/signup' size='sm'>
<FormattedMessage id='account.register' defaultMessage='Sign up' />
</Button>
)}

View file

@ -23,7 +23,7 @@ const SignUpPanel = () => {
</Text>
</Stack>
<Button theme='primary' block to='/'>
<Button theme='primary' block to='/signup'>
<FormattedMessage id='account.register' defaultMessage='Sign up' />
</Button>
</Stack>