mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
build: trigger rebuild
This commit is contained in:
@@ -4,7 +4,7 @@ import Link from 'next/link';
|
|||||||
export function InheritanceText({ data }: { data: InheritanceData }) {
|
export function InheritanceText({ data }: { data: InheritanceData }) {
|
||||||
return (
|
return (
|
||||||
<span className="font-semibold">
|
<span className="font-semibold">
|
||||||
{'Inherited from '}
|
Inherited from{' '}
|
||||||
<Link href={data.path} prefetch={false}>
|
<Link href={data.path} prefetch={false}>
|
||||||
<a className="text-blurple font-mono">{data.parentName}</a>
|
<a className="text-blurple font-mono">{data.parentName}</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user