We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf0a49 commit c446a84Copy full SHA for c446a84
packages/website/src/components/InheritanceText.tsx
@@ -4,7 +4,7 @@ import Link from 'next/link';
4
export function InheritanceText({ data }: { data: InheritanceData }) {
5
return (
6
<span className="font-semibold">
7
- {'Inherited from '}
+ Inherited from{' '}
8
<Link href={data.path} prefetch={false}>
9
<a className="text-blurple font-mono">{data.parentName}</a>
10
</Link>
0 commit comments