feat: add new default avatar

This commit is contained in:
2025-02-23 14:13:56 +07:00
parent bbc778d5ca
commit b73babf274
3 changed files with 1 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ impl NostrProfile {
)
.into()
})
.unwrap_or_else(|| "brand/avatar.png".into())
.unwrap_or_else(|| "brand/avatar.jpg".into())
}
fn extract_name(public_key: &PublicKey, metadata: &Metadata) -> SharedString {