diff --git a/assets/brand/avatar.jpg b/assets/brand/avatar.jpg new file mode 100644 index 00000000..d40b3791 Binary files /dev/null and b/assets/brand/avatar.jpg differ diff --git a/assets/brand/avatar.png b/assets/brand/avatar.png deleted file mode 100644 index af45456d..00000000 Binary files a/assets/brand/avatar.png and /dev/null differ diff --git a/crates/common/src/profile.rs b/crates/common/src/profile.rs index b67f5674..2f521ace 100644 --- a/crates/common/src/profile.rs +++ b/crates/common/src/profile.rs @@ -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 {