diff options
Diffstat (limited to 'web/source/settings/components')
| -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(); | 
