damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 4d358415bd8e7570107ca77063813af682bf31c0
parent 5ba5a686287755c462a84626469320a1545d2c73
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  4 Jan 2023 10:16:35 -0800

nip05: switch yellowcheck to graycheck

Changelog-Changed: Switch yellow nip05 check to gray

Diffstat:
Mdamus/Views/ProfileName.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Views/ProfileName.swift b/damus/Views/ProfileName.swift @@ -168,5 +168,5 @@ struct EventProfileName: View { } func get_nip05_color(pubkey: String, contacts: Contacts) -> Color { - return contacts.is_friend_or_self(pubkey) ? .accentColor : .yellow + return contacts.is_friend_or_self(pubkey) ? .accentColor : .gray }