From a1713b3634ca02d518313f6e2cc5704676bcd3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Sat, 30 Jun 2018 10:42:46 +0200 Subject: [PATCH] onboarding: github: use repo link instead of the org link --- src/components/Onboarding/steps/Finish.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Onboarding/steps/Finish.js b/src/components/Onboarding/steps/Finish.js index bcb20c07..961bbb67 100644 --- a/src/components/Onboarding/steps/Finish.js +++ b/src/components/Onboarding/steps/Finish.js @@ -29,6 +29,7 @@ const ConfettiLayer = styled.div` ` const socialMedia = [ + // FIXME it should just be vdom in place { key: 'twitter', url: 'https://twitter.com/LedgerHQ', @@ -37,7 +38,7 @@ const socialMedia = [ }, { key: 'github', - url: 'https://github.com/LedgerHQ', + url: 'https://github.com/LedgerHQ/ledger-live-desktop', icon: , onClick: url => shell.openExternal(url), },