Link various sign up buttons to /signup
This commit is contained in:
parent
64cce966a2
commit
31486b1320
3 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
|
@ -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>
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue