diff --git a/packages/website/src/components/InheritanceText.tsx b/packages/website/src/components/InheritanceText.tsx index b97ceaf30748..c76ea6a7afef 100644 --- a/packages/website/src/components/InheritanceText.tsx +++ b/packages/website/src/components/InheritanceText.tsx @@ -4,7 +4,7 @@ import Link from 'next/link'; export function InheritanceText({ data }: { data: InheritanceData }) { return ( - {'Inherited from '} + Inherited from{' '} {data.parentName}