chore: internal changes

This commit is contained in:
reya
2025-02-25 15:22:24 +07:00
parent 1c4806bd92
commit 111ab3b082
11 changed files with 275 additions and 323 deletions
+2 -2
View File
@@ -49,7 +49,7 @@ impl Profile {
TextInput::new(window, cx)
.text_size(Size::XSmall)
.small()
.placeholder("https://example.com/avatar.png")
.placeholder("https://example.com/avatar.jpg")
});
let website_input = cx.new(|cx| {
@@ -309,7 +309,7 @@ impl Render for Profile {
if picture.is_empty() {
this.child(
img("brand/avatar.png")
img("brand/avatar.jpg")
.size_10()
.rounded_full()
.flex_shrink_0(),