🎨 styles: hide btn preorder

:%s
This commit is contained in:
lytrankieio123 2021-09-06 12:50:38 +07:00
parent 31d0ec1331
commit c78ce4a073

View File

@ -29,14 +29,14 @@ const ProductInfo = ({ }: Props) => {
<div className={s.actions}> <div className={s.actions}>
<QuanittyInput /> <QuanittyInput />
<div className={s.bottom}> <div className={s.bottom}>
<ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.PREORDER}</ButtonCommon> {/* <ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.PREORDER}</ButtonCommon> */}
{/* <ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.BUY_NOW}</ButtonCommon> <ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.BUY_NOW}</ButtonCommon>
<ButtonCommon size='large' type='light'> <ButtonCommon size='large' type='light'>
<span className={s.buttonWithIcon}> <span className={s.buttonWithIcon}>
<IconBuy /><span className={s.label}>{LANGUAGE.BUTTON_LABEL.ADD_TO_CARD}</span> <IconBuy /><span className={s.label}>{LANGUAGE.BUTTON_LABEL.ADD_TO_CARD}</span>
</span> </span>
</ButtonCommon> */} </ButtonCommon>
</div> </div>
</div> </div>
</section > </section >