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