Switch out RocketChat icon with Discord icon
This commit is contained in:
committed by
Fred Carlsen
parent
13e89d027c
commit
fc5f0c9863
BIN
packages/website/public/images/social/discord.png
Normal file
BIN
packages/website/public/images/social/discord.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 858 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -177,7 +177,7 @@ export class Footer extends React.Component<FooterProps, FooterState> {
|
||||
}
|
||||
private _renderMenuItem(link: ALink): React.ReactNode {
|
||||
const titleToIcon: { [title: string]: string } = {
|
||||
[this.props.translate.get(Key.Discord, Deco.Cap)]: 'rocketchat.png',
|
||||
[this.props.translate.get(Key.Discord, Deco.Cap)]: 'discord.png',
|
||||
[this.props.translate.get(Key.Blog, Deco.Cap)]: 'medium.png',
|
||||
Twitter: 'twitter.png',
|
||||
Reddit: 'reddit.png',
|
||||
|
||||
Reference in New Issue
Block a user