diff options
author | 2024-07-20 15:02:22 +0200 | |
---|---|---|
committer | 2024-07-20 14:02:22 +0100 | |
commit | ad700c5029688ffabae568c23bedd7bb333f7f33 (patch) | |
tree | 189e5657eb53722df004cd94727b0518bd9b4ef2 /web/source | |
parent | [feature] use webp for thumbnails (#3116) (diff) | |
download | gotosocial-ad700c5029688ffabae568c23bedd7bb333f7f33.tar.xz |
[chore/frontend] Use smaller webp images for logo and default avatars (#3119)
Diffstat (limited to 'web/source')
-rw-r--r-- | web/source/settings/components/status.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/components/status.tsx b/web/source/settings/components/status.tsx index 56b061d39..ba38e161c 100644 --- a/web/source/settings/components/status.tsx +++ b/web/source/settings/components/status.tsx @@ -24,7 +24,7 @@ import sanitize from "sanitize-html"; export function FakeStatus({ children }) { const { data: account = { - avatar: "/assets/default_avatars/GoToSocial_icon1.png", + avatar: "/assets/default_avatars/GoToSocial_icon1.webp", display_name: "", username: "" } } = useVerifyCredentialsQuery(); |