Skip to content

Commit

Permalink
Merge pull request #158 from plone/stevepiercy-patch-1
Browse files Browse the repository at this point in the history
Proper case "GitHub" in site footer
  • Loading branch information
stevepiercy authored Jan 11, 2024
2 parents 958e104 + 6cdeb79 commit 12a29cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Footer = ({ intl }) => {
<Link to="/roadmap">Roadmap</Link>
</List.Item>
<List.Item>
<a href="https://github.com/plone">Github</a>
<a href="https://github.com/plone">GitHub</a>
</List.Item>
</List.Content>
</List>
Expand Down

0 comments on commit 12a29cd

Please sign in to comment.