Browse Source

onboarding: github: use repo link instead of the org link

master
Gaëtan Renaudeau 7 years ago
parent
commit
a1713b3634
  1. 3
      src/components/Onboarding/steps/Finish.js

3
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: <IconSocialGithub size={24} />,
onClick: url => shell.openExternal(url),
},

Loading…
Cancel
Save