Switch out RocketChat icon with Discord icon
This commit is contained in:
parent
6438241144
commit
a699a12161
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user