mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-22 13:19:02 +00:00
Fix onboarding offers/create navigation
This commit is contained in:
parent
fa0781bc36
commit
a44e280864
@ -250,6 +250,7 @@ const Onboarding = ({
|
|||||||
color='primary'
|
color='primary'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate('/offers');
|
navigate('/offers');
|
||||||
|
setPage('offers');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Storefront /> <div style={{ width: '0.5em' }} />
|
<Storefront /> <div style={{ width: '0.5em' }} />
|
||||||
@ -259,6 +260,7 @@ const Onboarding = ({
|
|||||||
color='secondary'
|
color='secondary'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate('/create');
|
navigate('/create');
|
||||||
|
setPage('create');
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AddBox /> <div style={{ width: '0.5em' }} />
|
<AddBox /> <div style={{ width: '0.5em' }} />
|
||||||
|
Loading…
Reference in New Issue
Block a user