mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
fix conflicts
This commit is contained in:
@@ -52,7 +52,7 @@ const ProductCard: FC<Props> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<Link href={`product${p.path}`}>
|
||||
<Link href={`/product${p.path}`}>
|
||||
<a
|
||||
className={cn(s.root, { [s.simple]: variant === 'simple' }, className)}
|
||||
>
|
||||
|
@@ -48,7 +48,8 @@
|
||||
@apply hidden;
|
||||
|
||||
@screen sm {
|
||||
@apply block absolute bottom-6 left-1/2 -translate-x-1/2 transform;
|
||||
@apply block absolute bottom-6 left-1/2;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user