Skip to content

Commit f95372e

Browse files
LianaHusAniket-Engg
authored andcommitted
new Twitter logo and fix for linkdin logo
1 parent e772f55 commit f95372e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/home-tab/src/lib/components/homeTabTitle.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function HomeTabTitle() {
9191
openLink('https://twitter.com/EthereumRemix')
9292
_paq.push(['trackEvent', 'hometab', 'socialMedia', 'twitter'])
9393
}}
94-
className="border-0 px-1 h-100 btn fab fa-twitter"
94+
className="border-0 px-1 h-100 btn fab fa-x-twitter"
9595
></button>
9696
</CustomTooltip>
9797
<CustomTooltip
@@ -106,7 +106,7 @@ function HomeTabTitle() {
106106
openLink('https://www.linkedin.com/company/ethereum-remix/')
107107
_paq.push(['trackEvent', 'hometab', 'socialmedia', 'linkedin'])
108108
}}
109-
className="border-0 px-1 h-100 btn fa fa-linkedin"
109+
className="border-0 px-1 h-100 btn fab fa-linkedin"
110110
></button>
111111
</CustomTooltip>
112112
<CustomTooltip

0 commit comments

Comments
 (0)