mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 22:42:33 +00:00
commit
9137b52340
@ -9,7 +9,7 @@ const ChevronUp = ({ ...props }) => {
|
||||
strokeLinecap="round"
|
||||
strokeLinejoin="round"
|
||||
fill="none"
|
||||
shape-rendering="geometricPrecision"
|
||||
shapeRendering="geometricPrecision"
|
||||
{...props}
|
||||
>
|
||||
<path d="M18 15l-6-6-6 6" />
|
||||
|
@ -26,7 +26,7 @@ const Text: FunctionComponent<Props> = ({
|
||||
const componentsMap: {
|
||||
[P in Variant]: React.ComponentType<any> | string
|
||||
} = {
|
||||
body: 'p',
|
||||
body: 'div',
|
||||
heading: 'h1',
|
||||
pageHeading: 'h1',
|
||||
sectionHeading: 'h2',
|
||||
|
Loading…
x
Reference in New Issue
Block a user