mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Add missing alt text
This commit is contained in:
parent
a847b51f26
commit
46546dfa84
2 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ class FocusedSkin extends React.Component {
|
|||
display: "block"
|
||||
}}
|
||||
src={Utils.screenshotUrlFromHash(this.props.hash)}
|
||||
alt={Utils.filenameFromHash(this.props.hash)}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ export default class Skin extends React.Component {
|
|||
src={this.props.src}
|
||||
className={`screenshot ${this.state.loaded ? "loaded" : ""}`}
|
||||
onLoad={this._handleLoad}
|
||||
alt={Utils.filenameFromHash(this.props.hash)}
|
||||
/>
|
||||
</a>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue