mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
chore: deps
This commit is contained in:
@@ -50,7 +50,7 @@ export function DiscordMessage({
|
||||
) : (
|
||||
authorNode
|
||||
)}
|
||||
<div className="[&>p]:m-0 [&>p]:leading-snug text-white" id="message-content">
|
||||
<div className="text-white [&>p]:m-0 [&>p]:leading-snug" id="message-content">
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@ export function DiscordMessageBaseReply({
|
||||
className="before:rounded-tl-1.5 relative mb-1 flex place-items-center before:absolute before:left-[-36px] before:right-full before:top-[50%] before:bottom-0 before:mr-1 before:block before:border-l-2 before:border-t-2 before:border-[rgb(79_84_92)] before:content-none"
|
||||
id="reply-wrapper"
|
||||
>
|
||||
<div className="[&>span]:opacity-60 flex place-items-center">
|
||||
<div className="flex place-items-center [&>span]:opacity-60">
|
||||
{author ? <DiscordMessageAuthorReply {...author} /> : authorNode}
|
||||
</div>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user