mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Update homepage-products.tsx
This commit is contained in:
parent
c2e6417f70
commit
c044d494a4
@ -38,7 +38,7 @@ function HomepageProductsItem({ item, priority }: { item: Product; priority?: bo
|
|||||||
<div className="line-clamp-4 pt-2 font-extralight">
|
<div className="line-clamp-4 pt-2 font-extralight">
|
||||||
<span>{item?.summary?.value}</span>{' '}
|
<span>{item?.summary?.value}</span>{' '}
|
||||||
<span className="ml-2 inline-flex flex-row items-center space-x-1 opacity-50 transition-opacity duration-150 group-hover:opacity-100">
|
<span className="ml-2 inline-flex flex-row items-center space-x-1 opacity-50 transition-opacity duration-150 group-hover:opacity-100">
|
||||||
<span>Read more.</span>
|
<span>read more.</span>
|
||||||
<span>
|
<span>
|
||||||
<ChevronRightIcon width={16} />
|
<ChevronRightIcon width={16} />
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user