This commit is contained in:
Henry Jameson 2026-08-04 17:17:01 +03:00
commit 74a82f484a
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ export default {
type="button"
role="tab"
>
<img src={props.image} title={props['image-tooltip']} />
<img src={props.image} alt={props['image-tooltip']} title={props['image-tooltip']} />
{props.label ? '' : props.label}
</button>
</div>