Favicons: empty alt text
This commit is contained in:
parent
23807327e1
commit
865d251ae0
|
@ -473,7 +473,7 @@ class Status extends ImmutablePureComponent {
|
||||||
|
|
||||||
{favicon &&
|
{favicon &&
|
||||||
<div className='status__favicon'>
|
<div className='status__favicon'>
|
||||||
<img src={favicon} alt={domain} title={domain} />
|
<img src={favicon} alt='' title={domain} />
|
||||||
</div>}
|
</div>}
|
||||||
|
|
||||||
<div className='status__profile' onMouseEnter={this.handleProfileHover} onMouseLeave={this.handleProfileLeave}>
|
<div className='status__profile' onMouseEnter={this.handleProfileHover} onMouseLeave={this.handleProfileLeave}>
|
||||||
|
|
|
@ -213,7 +213,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
|
||||||
<div>
|
<div>
|
||||||
{favicon &&
|
{favicon &&
|
||||||
<div className='status__favicon'>
|
<div className='status__favicon'>
|
||||||
<img src={favicon} alt={domain} title={domain} />
|
<img src={favicon} alt='' title={domain} />
|
||||||
</div>}
|
</div>}
|
||||||
|
|
||||||
{statusTypeIcon}<a className='detailed-status__datetime' href={status.get('url')} target='_blank' rel='noopener'>
|
{statusTypeIcon}<a className='detailed-status__datetime' href={status.get('url')} target='_blank' rel='noopener'>
|
||||||
|
|
Loading…
Reference in New Issue