Fix rocket.chat key

This commit is contained in:
Fabio Berger
2018-02-21 10:31:15 -08:00
parent fc2a9a756a
commit a50618fcb0

View File

@@ -191,7 +191,7 @@ export class Footer extends React.Component<FooterProps, FooterState> {
}
private _renderMenuItem(item: FooterMenuItem) {
const titleToIcon: { [title: string]: string } = {
'Rocket.chat': 'rocketchat.png',
[this.props.translate.get(Key.RocketChat, Deco.Cap)]: 'rocketchat.png',
[this.props.translate.get(Key.Blog, Deco.Cap)]: 'medium.png',
Twitter: 'twitter.png',
Reddit: 'reddit.png',