more
This commit is contained in:
parent
b2dca4a3f6
commit
74a82f484a
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue