mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
add aria label, make alt text translatable
This commit is contained in:
parent
30218a6db0
commit
77babb6b63
1 changed files with 2 additions and 1 deletions
|
|
@ -1041,7 +1041,8 @@
|
||||||
<img
|
<img
|
||||||
src={$user?.profile_image_url}
|
src={$user?.profile_image_url}
|
||||||
class=" max-w-[30px] object-cover rounded-full"
|
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>
|
||||||
<div class=" self-center font-medium">{$user?.name}</div>
|
<div class=" self-center font-medium">{$user?.name}</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue