From 30b7a57a5e6d815c485130144215a4549fe43813 Mon Sep 17 00:00:00 2001 From: Curtis Mitchell Date: Fri, 17 Nov 2023 07:58:58 -0800 Subject: [PATCH] Fix Github URL on homepage --- src/components/Header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 1829c74..99d0de6 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -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,