Skip to content

Commit

Permalink
Merge pull request #126 from curt-mitch/github-url-fix
Browse files Browse the repository at this point in the history
Fix Github URL on homepage
  • Loading branch information
tcp authored Nov 17, 2023
2 parents 246c915 + 30b7a57 commit 378e1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import icon_slack from '../img/icon_slack.svg';
export default () => {
const icons = [
{ href: 'https://slack.openmined.org/', icon: icon_slack },
{ href: 'httpL//github.com/OpenMined/pysyft', icon: icon_github },
{ href: 'https://github.com/OpenMined/pysyft', icon: icon_github },
{
href: 'https://www.linkedin.com/company/openmined/',
icon: icon_linkedin,
Expand Down

0 comments on commit 378e1e7

Please sign in to comment.