Skip to content

Commit

Permalink
Update link to Keystone 5 (#267)
Browse files Browse the repository at this point in the history
* Update Header.js

* Update Header.js

* Update SocialIconsNav.js
  • Loading branch information
bladey committed Jul 19, 2021
1 parent fc16e18 commit a7b1975
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/components/SocialIconsNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ const SocialIconsNav = props => (
<IconTwitter href="https://twitter.com/keystonejs" target="_blank" title="Twitter" />
</li>
<li css={{ marginRight: [`1rem`] }}>
<IconGithub href="https://github.com/keystonejs/keystone" target="_blank" title="Github" />
<IconGithub
href="https://github.com/keystonejs/keystone-5"
target="_blank"
title="Github"
/>
</li>
<li css={{ marginRight: [`0`] }}>
<IconSlack href="http://community.keystonejs.com/" target="_blank" title="Slack" />
Expand Down

0 comments on commit a7b1975

Please sign in to comment.