Restore original Bluesky disclaimer text with styled callout

This commit is contained in:
Alex Gleason
2026-03-23 22:10:28 -05:00
parent 4f9f2c10bf
commit 715c58ceba
+1 -1
View File
@@ -138,7 +138,7 @@ export function ReplyComposeModal({ event, quotedEvent, open, onOpenChange, onSu
{isUrl && /bsky\.(app|social)/.test(event.href) && (
<div className="mx-4 mb-2 rounded-lg border border-sky-500/20 bg-sky-500/5 px-3 py-2">
<p className="text-xs text-sky-600 dark:text-sky-400 leading-relaxed">
Your comment lives on Nostr &mdash; people on Bluesky won&apos;t see it because they&apos;re not actually decentralized. But the open web will.
People on Bluesky can&apos;t see you because they&apos;re not actually decentralized.
</p>
</div>
)}