mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
refactor(website): add typography improvements (#8355)
* refactor(website): add typography improvements * chore: bold on hover
This commit is contained in:
@@ -11,7 +11,7 @@ export function Enum({ data }: EnumProps) {
|
||||
return (
|
||||
<DocContainer name={data.name} kind={data.kind} excerpt={data.excerpt} summary={data.summary}>
|
||||
<Section title="Members">
|
||||
<div className="flex flex-col">
|
||||
<div className="flex flex-col space-y-5">
|
||||
{data.members.map((member) => (
|
||||
<CodeListing
|
||||
key={member.name}
|
||||
|
||||
Reference in New Issue
Block a user