0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Change GitHub username

This commit is contained in:
yude 2021-03-31 05:26:48 +09:00
parent 63ba3146ff
commit 2b149d6eab
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -115,10 +115,10 @@ export default function About(props) {
</Link>
</div>
<div className="hover:underline">
<Link href="https://github.com/yudejp">
<Link href="https://github.com/yude">
<a>
<FontAwesomeIcon icon={faGithub} className="w-7 h-7 inline lg:w-10 lg:h-10 md:w-7 md:h-7"/>
<p className="font-mono text-xl">yudejp</p>
<p className="font-mono text-xl">yude</p>
</a>
</Link>
</div>