🎨 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}>
<QuanittyInput />
<div className={s.bottom}>
<ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.PREORDER}</ButtonCommon>
{/* <ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.BUY_NOW}</ButtonCommon>
{/* <ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.PREORDER}</ButtonCommon> */}
<ButtonCommon size='large'>{LANGUAGE.BUTTON_LABEL.BUY_NOW}</ButtonCommon>
<ButtonCommon size='large' type='light'>
<span className={s.buttonWithIcon}>
<IconBuy /><span className={s.label}>{LANGUAGE.BUTTON_LABEL.ADD_TO_CARD}</span>
</span>
</ButtonCommon> */}
</ButtonCommon>
</div>
</div>
</section >