mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 09:05:49 -05:00
fix(client): increment cert. month adding sharing to LinkedIn (#40973)
This commit is contained in:
@@ -291,7 +291,8 @@ const ShowCertification = props => {
|
||||
bsSize='lg'
|
||||
bsStyle='primary'
|
||||
target='_blank'
|
||||
href={`https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME&name=${certTitle}&organizationId=4831032&issueYear=${certYear}&issueMonth=${certMonth}&certUrl=${certURL}`}
|
||||
href={`https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME&name=${certTitle}&organizationId=4831032&issueYear=${certYear}&issueMonth=${certMonth +
|
||||
1}&certUrl=${certURL}`}
|
||||
>
|
||||
{t('profile.add-linkedin')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user