0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-12-17 13:04:16 +09:00

Add link to GitHub Organization

This commit is contained in:
2021-03-31 05:44:36 +09:00
parent 2b149d6eab
commit ce0b7d9b6a
2 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ const Layout = (props) => {
<div className="mt-16 flex flex-col items-center">
<div className="sm:w-full text-center py-6">
<p className="text-sm font-bold mb-2 text-gray-900 dark:text-gray-400">
{footer} / <Link href="https://github.com/yudemoe/yude.jp"><a className="hover:underline">{source}</a></Link>
{footer} / <Link href="https://github.com/yudejp/yude.jp"><a className="hover:underline">{source}</a></Link>
</p>
<p className="text-sm font-bold mb-2 text-gray-900 dark:text-gray-400">
<Link href="https://wiki.yude.jp/services/terms"><a className="hover:underline">{tos}</a></Link>