Profile redesign: Add alt to avatar and header (#38532)

This commit is contained in:
Echo
2026-04-02 16:47:11 +02:00
committed by GitHub
parent f90f1e3b75
commit 59299c69ff
5 changed files with 12 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ export const accountFactory: FactoryFunction<ApiAccountJSON> = ({
acct: 'testuser',
avatar: '/avatars/original/missing.png',
avatar_static: '/avatars/original/missing.png',
avatar_description: '',
username: 'testuser',
display_name: 'Test User',
bot: false,
@@ -42,6 +43,7 @@ export const accountFactory: FactoryFunction<ApiAccountJSON> = ({
group: false,
header: '/header.png',
header_static: '/header_static.png',
header_description: '',
indexable: true,
last_status_at: '2023-01-01',
locked: false,