diff --git a/damus/Views/ProfileName.swift b/damus/Views/ProfileName.swift index 5e619214..1e5ce23f 100644 --- a/damus/Views/ProfileName.swift +++ b/damus/Views/ProfileName.swift @@ -76,10 +76,9 @@ struct ProfileName: View { Text(prefix + String(display_name ?? Profile.displayName(profile: profile, pubkey: pubkey))) .font(.body) .fontWeight(prefix == "@" ? .none : .bold) - if let frend = friend_icon { - Label("", systemImage: frend) + if let friend = friend_icon { + Image(systemName: friend) .foregroundColor(.gray) - .font(.footnote) } } .onReceive(handle_notify(.profile_updated)) { notif in