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>
|
</Button>
|
||||||
|
|
||||||
{!singleUserMode && (
|
{!singleUserMode && (
|
||||||
<Button theme='primary' to='/' size='sm'>
|
<Button theme='primary' to='/signup' size='sm'>
|
||||||
<FormattedMessage id='account.register' defaultMessage='Sign up' />
|
<FormattedMessage id='account.register' defaultMessage='Sign up' />
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|
|
@ -23,7 +23,7 @@ const SignUpPanel = () => {
|
||||||
</Text>
|
</Text>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Button theme='primary' block to='/'>
|
<Button theme='primary' block to='/signup'>
|
||||||
<FormattedMessage id='account.register' defaultMessage='Sign up' />
|
<FormattedMessage id='account.register' defaultMessage='Sign up' />
|
||||||
</Button>
|
</Button>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue