mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Custom Checkout Progress
This commit is contained in:
@@ -10,6 +10,7 @@ const CreditCard = ({ ...props }) => {
|
||||
strokeLinejoin="round"
|
||||
fill="none"
|
||||
shapeRendering="geometricPrecision"
|
||||
{...props}
|
||||
>
|
||||
<rect x="1" y="4" width="22" height="16" rx="2" ry="2" />
|
||||
<path d="M1 10h22" />
|
||||
|
Reference in New Issue
Block a user