feat: add new default avatar
This commit is contained in:
BIN
assets/brand/avatar.jpg
Normal file
BIN
assets/brand/avatar.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB |
@@ -47,7 +47,7 @@ impl NostrProfile {
|
|||||||
)
|
)
|
||||||
.into()
|
.into()
|
||||||
})
|
})
|
||||||
.unwrap_or_else(|| "brand/avatar.png".into())
|
.unwrap_or_else(|| "brand/avatar.jpg".into())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn extract_name(public_key: &PublicKey, metadata: &Metadata) -> SharedString {
|
fn extract_name(public_key: &PublicKey, metadata: &Metadata) -> SharedString {
|
||||||
|
|||||||
Reference in New Issue
Block a user