mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: hide btn preorder
:%s
This commit is contained in:
@@ -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 >
|
||||||
|
Reference in New Issue
Block a user