add x logo

This commit is contained in:
Timothy Lin
2024-05-01 11:09:29 +08:00
parent 37f3195288
commit 194d7072d4
5 changed files with 14 additions and 2 deletions

View File

@ -37,7 +37,7 @@ export default function AuthorLayout({ children, content }: Props) {
<SocialIcon kind="mail" href={`mailto:${email}`} />
<SocialIcon kind="github" href={github} />
<SocialIcon kind="linkedin" href={linkedin} />
<SocialIcon kind="twitter" href={twitter} />
<SocialIcon kind="x" href={twitter} />
</div>
</div>
<div className="prose max-w-none pb-8 pt-8 dark:prose-invert xl:col-span-2">