Added Linkedinto the 'personLink' in /src/lib/core.js

This commit is contained in:
niclaz 2024-08-22 22:09:37 +02:00 committed by GitHub
parent cf63765828
commit 84ad802784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -14,5 +14,8 @@ export function personLink (p) {
if (p.refs?.github) {
return `https://github.com/${p.refs.github}`
}
if (p.refs?.linkedin) {
return `https://linkedin.com/in/${p.refs.github}`
}
return '#'
}
}