Updated site icons and added resume to about
This commit is contained in:
@ -9,7 +9,7 @@ interface Props {
|
||||
}
|
||||
|
||||
export default function AuthorLayout({ children, content }: Props) {
|
||||
const { name, avatar, occupation, company, email, twitter, linkedin, github } = content
|
||||
const { name, avatar, occupation, company, email, twitter, linkedin, github, resume } = content
|
||||
|
||||
return (
|
||||
<>
|
||||
@ -38,6 +38,7 @@ export default function AuthorLayout({ children, content }: Props) {
|
||||
<SocialIcon kind="github" href={github} />
|
||||
<SocialIcon kind="linkedin" href={linkedin} />
|
||||
<SocialIcon kind="x" href={twitter} />
|
||||
<SocialIcon kind="resume" href={resume} />
|
||||
</div>
|
||||
</div>
|
||||
<div className="prose max-w-none pb-8 pt-8 dark:prose-invert xl:col-span-2">
|
||||
|
Reference in New Issue
Block a user