hidden shop information
This commit is contained in:
@@ -39,7 +39,7 @@ const ShopInformation = ({ product }: ShopInformationProps) => {
|
||||
|
||||
return (
|
||||
<div className='w-full xl:w-[325px] bg-[#FAFAFA] rounded-[10px] p-4 sm:p-6 lg:p-7 border border-border h-fit xl:sticky xl:top-[170px] xl:self-start'>
|
||||
<div className='text-lg text-[#191919]'>
|
||||
{/* <div className='text-lg text-[#191919]'>
|
||||
فروشنده
|
||||
</div>
|
||||
|
||||
@@ -63,7 +63,7 @@ const ShopInformation = ({ product }: ShopInformationProps) => {
|
||||
<div>عملکرد خیلی خوب</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
<div className='flex gap-4 text-sm font-light border-b border-border pb-4 mt-4'>
|
||||
<Image
|
||||
@@ -77,12 +77,12 @@ const ShopInformation = ({ product }: ShopInformationProps) => {
|
||||
<div>{warranty.duration}</div>
|
||||
</div>
|
||||
|
||||
<div className='mt-6 border-b border-border pb-4'>
|
||||
{/* <div className='mt-6 border-b border-border pb-4'>
|
||||
<div className='flex gap-4 text-sm font-light'>
|
||||
<BoxTick size={20} color={PRIMARY_COLOR} />
|
||||
<div className='text-[#999999]'>ارسال از {shop.shopName} حداکثر پس از {postingTime} روز کاری</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
<div className='flex gap-4 text-sm font-light border-b border-border pb-4 mt-4'>
|
||||
<I3DRotate size={20} color={PRIMARY_COLOR} />
|
||||
|
||||
@@ -8,6 +8,7 @@ interface SpecificationsProps {
|
||||
}
|
||||
|
||||
const Specifications: FC<SpecificationsProps> = ({ product }) => {
|
||||
if (product.specifications.length === 0) return null
|
||||
return (
|
||||
<div className="mt-12 sm:mt-16 w-full">
|
||||
<div className="flex items-center justify-end gap-3 flex-row-reverse">
|
||||
|
||||
Reference in New Issue
Block a user