mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Tried some updates
This commit is contained in:
@@ -15,7 +15,6 @@ interface Props {
|
||||
|
||||
const ProductCard: FC<Props> = ({ product, className, variant = 'default' }) => {
|
||||
const rootClassName = cn('w-full group relative overflow-hidden', className);
|
||||
console.log(product);
|
||||
|
||||
return (
|
||||
<Link
|
||||
|
Reference in New Issue
Block a user