mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 18:51:23 +00:00
Testing to relocate CSS according to new App dir functionality
This commit is contained in:
@@ -62,11 +62,13 @@ const ProductCard: FC<Props> = ({
|
||||
className={cn('text-high-contrast flex items-start flex-col', className)}
|
||||
>
|
||||
<Text
|
||||
className="mt-2 lg:mt-3 font-bold"
|
||||
className="mt-2 lg:mt-3"
|
||||
variant='listChildHeading'
|
||||
>
|
||||
{product.title}
|
||||
</Text>
|
||||
<Price
|
||||
<Price
|
||||
className='text-sm font-medium leading-tight lg:text-base'
|
||||
amount={`${product.price.value}`}
|
||||
currencyCode={product.price.currencyCode ? product.price.currencyCode : 'SEK'}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user