4
0
forked from crowetic/commerce

Merge pull request #127 from vercel/develop

Merge PRs to Main
This commit is contained in:
B 2020-12-21 14:16:03 -03:00 committed by GitHub
commit 9137b52340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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" />

View File

@ -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',