Skip to content

Commit

Permalink
build: trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Sep 19, 2022
1 parent 9cf0a49 commit c446a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/components/InheritanceText.tsx
Expand Up @@ -4,7 +4,7 @@ import Link from 'next/link';
export function InheritanceText({ data }: { data: InheritanceData }) {
return (
<span className="font-semibold">
{'Inherited from '}
Inherited from{' '}
<Link href={data.path} prefetch={false}>
<a className="text-blurple font-mono">{data.parentName}</a>
</Link>
Expand Down

1 comment on commit c446a84

@vercel
Copy link

@vercel vercel bot commented on c446a84 Sep 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.