diff --git a/src/components/nostr/kinds/Kind9802Renderer.tsx b/src/components/nostr/kinds/Kind9802Renderer.tsx index 315752d..32fabfa 100644 --- a/src/components/nostr/kinds/Kind9802Renderer.tsx +++ b/src/components/nostr/kinds/Kind9802Renderer.tsx @@ -70,17 +70,16 @@ export function Kind9802Renderer({ event }: BaseEventProps) { {/* Highlighted text */} {highlightText && ( -
-{highlightText}
++)} {/* Compact Source Event Preview - Clickable link with icon, author, and title/content */} {sourceEvent && (eventPointer || addressPointer) && ( -+ {highlightText} +
+- + {/* Title or Content Preview */} {sourcePreview && ( @@ -108,7 +110,7 @@ export function Kind9802Renderer({ event }: BaseEventProps) { href={sourceUrl} target="_blank" rel="noopener noreferrer" - className="flex items-center gap-1 text-xs text-accent underline decoration-dotted" + className="flex items-center gap-1 text-xs text-muted-foreground underline decoration-dotted" > {sourceUrl} @@ -117,7 +119,7 @@ export function Kind9802Renderer({ event }: BaseEventProps) { {/* No content fallback */} {!highlightText && ( - +
(Empty highlight)
)}