mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Added Linkedinto the 'personLink' in /src/lib/core.js
This commit is contained in:
parent
cf63765828
commit
84ad802784
1 changed files with 4 additions and 1 deletions
|
@ -14,5 +14,8 @@ export function personLink (p) {
|
||||||
if (p.refs?.github) {
|
if (p.refs?.github) {
|
||||||
return `https://github.com/${p.refs.github}`
|
return `https://github.com/${p.refs.github}`
|
||||||
}
|
}
|
||||||
|
if (p.refs?.linkedin) {
|
||||||
|
return `https://linkedin.com/in/${p.refs.github}`
|
||||||
|
}
|
||||||
return '#'
|
return '#'
|
||||||
}
|
}
|
Loading…
Reference in a new issue