Browse Source
Merge pull request #778 from gre/github-point-to-repo
onboarding: github: use repo link instead of the org link
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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), |
|
|
|
}, |
|
|
|