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[] = [
-