diff --git a/src/components/common/messaging/embed/Embed.tsx b/src/components/common/messaging/embed/Embed.tsx index c8ad108e..1591a669 100644 --- a/src/components/common/messaging/embed/Embed.tsx +++ b/src/components/common/messaging/embed/Embed.tsx @@ -135,15 +135,14 @@ export default function Embed({ embed }: Props) { )} - {embed.description && ( -
- {embed.type === "Text" ? ( - - ) : ( - embed.description - )} -
- )} + {embed.description && + (embed.type === "Text" ? ( + + ) : ( +
+ {embed.description} +
+ ))} {largeMedia && (embed.type === "Text" ? (