fix: Update text for GitHub and Settings (#16253)
This commit adds back changes from the
commit 9142aec8ad
Just updates the labels of some of the buttons
This commit is contained in:
committed by
Quincy Larson
parent
0cdf478f0e
commit
8f6deff199
@ -17,7 +17,7 @@ export default function SocialSettings({
|
||||
}) {
|
||||
const githubCopy = isGithubCool ?
|
||||
'Update my profile from GitHub' :
|
||||
'Link my GitHub to unlock my portfolio';
|
||||
'Link my GitHub to enable my public profile';
|
||||
const buttons = [
|
||||
<Button
|
||||
block={ true }
|
||||
|
@ -9,10 +9,10 @@ block content
|
||||
if (!user.isGithubCool)
|
||||
a.btn.btn-lg.btn-block.btn-github.btn-link-social(href='/link/github')
|
||||
i.fa.fa-github
|
||||
| Link my GitHub to unlock my portfolio
|
||||
| Link my GitHub to enable my public profile
|
||||
.col-xs-12
|
||||
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/settings')
|
||||
| Update your settings
|
||||
| Update my settings
|
||||
.col-xs-12
|
||||
a.btn.btn-lg.btn-block.btn-primary.btn-link-social(href='/signout')
|
||||
| Sign me out of freeCodeCamp
|
||||
|
Reference in New Issue
Block a user