From ad700c5029688ffabae568c23bedd7bb333f7f33 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sat, 20 Jul 2024 15:02:22 +0200 Subject: [chore/frontend] Use smaller webp images for logo and default avatars (#3119) --- web/source/settings/components/status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/source/settings/components/status.tsx') 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(); -- cgit v1.2.3