add x logo
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user