Fix onboarding offers/create navigation

This commit is contained in:
Reckless_Satoshi 2024-01-06 21:00:52 +00:00
parent fa0781bc36
commit a44e280864
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -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' }} />