From 13aa4343c0d05888c97eac7aacf009c002dcdc91 Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Tue, 29 Oct 2024 20:56:07 -0700 Subject: [PATCH] Add link description to external embeds --- src/components/dataDisplay/postEmbed/ExternalEmbed.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx b/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx index b3632904..a99bca40 100644 --- a/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx +++ b/src/components/dataDisplay/postEmbed/ExternalEmbed.tsx @@ -36,6 +36,11 @@ export default function ExternalEmbed(props: Props) { {embed.external.title} + {embed.external.description && ( + + {embed.external.description} + + )}