Skip to content

Commit c446a84

Browse files
committed
build: trigger rebuild
1 parent 9cf0a49 commit c446a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/components/InheritanceText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Link from 'next/link';
44
export function InheritanceText({ data }: { data: InheritanceData }) {
55
return (
66
<span className="font-semibold">
7-
{'Inherited from '}
7+
Inherited from{' '}
88
<Link href={data.path} prefetch={false}>
99
<a className="text-blurple font-mono">{data.parentName}</a>
1010
</Link>

0 commit comments

Comments
 (0)