Skip to content

Commit

Permalink
chore(www): update twitter link title tag (#11509)
Browse files Browse the repository at this point in the history
This is a really small thing - but I've just noticed that the title tag for the Twitter link is different to the other social media title tags. Instead of "Github, Discord, @Gatsby, gatsbyjs.com" it now reads "Github, Discord, Twitter, gatsbyjs.com"
  • Loading branch information
Jordan Overbye authored and DSchau committed Feb 6, 2019
1 parent b569ae5 commit f6ca244
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions www/src/components/navigation.js
Expand Up @@ -183,10 +183,7 @@ const Navigation = ({ pathname }) => {
<SocialNavItem href="https://gatsby.app/discord" title="Discord">
<DiscordIcon overrideCSS={{ verticalAlign: `text-top` }} />
</SocialNavItem>
<SocialNavItem
href="https://twitter.com/gatsbyjs"
title="@gatsbyjs"
>
<SocialNavItem href="https://twitter.com/gatsbyjs" title="Twitter">
<TwitterIcon style={{ verticalAlign: `text-top` }} />
</SocialNavItem>
</div>
Expand Down

0 comments on commit f6ca244

Please sign in to comment.