mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
add aria label, make alt text translatable
This commit is contained in:
@@ -1041,7 +1041,8 @@
|
||||
<img
|
||||
src={$user?.profile_image_url}
|
||||
class=" max-w-[30px] object-cover rounded-full"
|
||||
alt="User profile"
|
||||
alt={$i18n.t('Open User Profile Menu')}
|
||||
aria-label={$i18n.t('Open User Profile Menu')}
|
||||
/>
|
||||
</div>
|
||||
<div class=" self-center font-medium">{$user?.name}</div>
|
||||
|
||||
Reference in New Issue
Block a user