mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-16 19:40:58 +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
|
<Button
|
||||||
title="Follow us"
|
title="Follow us"
|
||||||
tooltipPosition="bottom"
|
tooltipPosition="bottom"
|
||||||
onClick={this.openLink('https://twitter.com/ReduxDevTools')}
|
onClick={this.openLink('https://twitter.com/NathanBierema')}
|
||||||
>
|
>
|
||||||
<TiSocialTwitter />
|
<TiSocialTwitter />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
title="Support us"
|
title="Support us"
|
||||||
tooltipPosition="bottom-left"
|
tooltipPosition="bottom-left"
|
||||||
onClick={this.openLink(
|
onClick={this.openLink('https://github.com/sponsors/Methuselah96')}
|
||||||
'https://opencollective.com/redux-devtools-extension'
|
|
||||||
)}
|
|
||||||
>
|
>
|
||||||
<TiHeartFullOutline />
|
<TiHeartFullOutline />
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user