fix: remove back button special welcome offer

This commit is contained in:
gofnnp 2023-08-30 01:26:35 +04:00
parent e662122d41
commit 28c6e10f80

View File

@ -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>