mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
refactor: css
This commit is contained in:
@@ -4,7 +4,7 @@ import type { InheritanceData } from '~/DocModel/ApiNodeJSONEncoder';
|
||||
|
||||
export function InheritanceText({ data }: { data: InheritanceData }) {
|
||||
return (
|
||||
<Text className="font-semibold">
|
||||
<Text weight={600}>
|
||||
{'Inherited from '}
|
||||
<Link href={data.path} passHref>
|
||||
<Anchor component="a" className="font-mono">
|
||||
|
||||
Reference in New Issue
Block a user