fix: remove back button special welcome offer
This commit is contained in:
parent
e662122d41
commit
28c6e10f80
@ -33,7 +33,7 @@ function SpecialWelcomeOffer({ open, onClose }: ModalTopProps): JSX.Element {
|
||||
<>
|
||||
{open ? (
|
||||
<ModalTop open={open} onClose={onClose || handleNext}>
|
||||
<Header showBack={true} showCross={true} clickCross={onClose || handleNext} />
|
||||
<Header showBack={false} showCross={true} clickCross={onClose || handleNext} />
|
||||
<div className={styles.content}>
|
||||
<span className={styles['welcome-offer']}>{t('special_welcome_offer')}</span>
|
||||
<Title variant='h1'>{t('get_100_off')}</Title>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user