style: 🎨

This commit is contained in:
codytseng 2025-06-26 23:50:04 +08:00
parent 6cc3dd32a5
commit 544d65972a
3 changed files with 18 additions and 11 deletions

View file

@ -62,7 +62,7 @@ export default function Note({
<span className="text-sm text-muted-foreground shrink-0">using {usingClient}</span>
)}
</div>
<div className="flex items-baseline gap-1 text-sm text-muted-foreground">
<div className="flex items-center gap-1 text-sm text-muted-foreground">
<Nip05 pubkey={event.pubkey} append="·" />
<FormattedTimestamp
timestamp={event.created_at}