mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
refactor(website): extract layouts and use more server components (#9027)
Closes https://github.com/discordjs/discord.js/issues/8920 Closes https://github.com/discordjs/discord.js/issues/8997
This commit is contained in:
3
apps/website/src/components/NameText.tsx
Normal file
3
apps/website/src/components/NameText.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export function NameText({ name }: { name: string }) {
|
||||
return <h4 className="break-all font-mono text-lg font-bold">{name}</h4>;
|
||||
}
|
||||
Reference in New Issue
Block a user