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