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 = [ const socialMedia = [
// FIXME it should just be vdom in place
{ {
key: 'twitter', key: 'twitter',
url: 'https://twitter.com/LedgerHQ', url: 'https://twitter.com/LedgerHQ',
@ -37,7 +38,7 @@ const socialMedia = [
}, },
{ {
key: 'github', key: 'github',
url: 'https://github.com/LedgerHQ', url: 'https://github.com/LedgerHQ/ledger-live-desktop',
icon: <IconSocialGithub size={24} />, icon: <IconSocialGithub size={24} />,
onClick: url => shell.openExternal(url), onClick: url => shell.openExternal(url),
}, },

Loading…
Cancel
Save