Add aria-label to column regions (#8390)

Fix #4485
This commit is contained in:
Eugen Rochko
2018-08-23 17:26:21 +02:00
committed by GitHub
parent 63484ee17a
commit 66dbb59aa1
15 changed files with 19 additions and 81 deletions

View File

@ -98,7 +98,7 @@ export default class HomeTimeline extends React.PureComponent {
const pinned = !!columnId;
return (
<Column ref={this.setRef}>
<Column ref={this.setRef} label={intl.formatMessage(messages.title)}>
<ColumnHeader
icon='home'
active={hasUnread}