Skip to content

Commit 82c2cf8

Browse files
authored
fix: update Twitter bird icon to X logo in DevTools header (#2067)
1 parent f0a76e8 commit 82c2cf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/redux-devtools-app-core/src/components

packages/redux-devtools-app-core/src/components/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Tabs, Toolbar, Button, Divider } from '@redux-devtools/ui';
33
import { connect, ResolveThunks } from 'react-redux';
44
import { GoBook } from 'react-icons/go';
55
import { IoMdText } from 'react-icons/io';
6-
import { TiSocialTwitter } from 'react-icons/ti';
6+
import { RiTwitterXLine } from 'react-icons/ri';
77
import { TiHeartFullOutline } from 'react-icons/ti';
88
import { changeSection } from '../actions/index.js';
99

@@ -54,7 +54,7 @@ class Header extends Component<Props> {
5454
tooltipPosition="bottom"
5555
onClick={this.openLink('https://twitter.com/NathanBierema')}
5656
>
57-
<TiSocialTwitter />
57+
<RiTwitterXLine />
5858
</Button>
5959
<Button
6060
title="Support us"

0 commit comments

Comments
 (0)