summaryrefslogtreecommitdiff
path: root/web/source
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-07-20 15:02:22 +0200
committerLibravatar GitHub <noreply@github.com>2024-07-20 14:02:22 +0100
commitad700c5029688ffabae568c23bedd7bb333f7f33 (patch)
tree189e5657eb53722df004cd94727b0518bd9b4ef2 /web/source
parent[feature] use webp for thumbnails (#3116) (diff)
downloadgotosocial-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.tsx2
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();