diff --git a/components/icons/ChevronUp.tsx b/components/icons/ChevronUp.tsx index 1a3e2556c..69b9959b8 100644 --- a/components/icons/ChevronUp.tsx +++ b/components/icons/ChevronUp.tsx @@ -9,7 +9,7 @@ const ChevronUp = ({ ...props }) => { strokeLinecap="round" strokeLinejoin="round" fill="none" - shape-rendering="geometricPrecision" + shapeRendering="geometricPrecision" {...props} > diff --git a/components/ui/Text/Text.tsx b/components/ui/Text/Text.tsx index 29e1bef31..51e1cce15 100644 --- a/components/ui/Text/Text.tsx +++ b/components/ui/Text/Text.tsx @@ -26,7 +26,7 @@ const Text: FunctionComponent = ({ const componentsMap: { [P in Variant]: React.ComponentType | string } = { - body: 'p', + body: 'div', heading: 'h1', pageHeading: 'h1', sectionHeading: 'h2',