mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 09:36:43 +03:00
Update links in header (#990)
This commit is contained in:
parent
b4f2958dda
commit
06ba7575bc
|
@ -52,16 +52,14 @@ class Header extends Component<Props> {
|
|||
<Button
|
||||
title="Follow us"
|
||||
tooltipPosition="bottom"
|
||||
onClick={this.openLink('https://twitter.com/ReduxDevTools')}
|
||||
onClick={this.openLink('https://twitter.com/NathanBierema')}
|
||||
>
|
||||
<TiSocialTwitter />
|
||||
</Button>
|
||||
<Button
|
||||
title="Support us"
|
||||
tooltipPosition="bottom-left"
|
||||
onClick={this.openLink(
|
||||
'https://opencollective.com/redux-devtools-extension'
|
||||
)}
|
||||
onClick={this.openLink('https://github.com/sponsors/Methuselah96')}
|
||||
>
|
||||
<TiHeartFullOutline />
|
||||
</Button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user