From 45d692fc4ccdf8957ab6a3dc8cfc7e4543a49ae6 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sat, 25 Jan 2025 17:36:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PictureContent/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PictureContent/index.tsx b/src/components/PictureContent/index.tsx index f43efd5..c547ac4 100644 --- a/src/components/PictureContent/index.tsx +++ b/src/components/PictureContent/index.tsx @@ -17,10 +17,10 @@ const PictureContent = memo(({ event, className }: { event: Event; className?: s const isNsfw = isNsfwEvent(event) const nodes: ReactNode[] = [ - + ] nodes.push( -
+
{embedded(event.content, [ embeddedNormalUrlRenderer, embeddedWebsocketUrlRenderer,