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

Fix link to ToS

This commit is contained in:
yude 2021-05-01 21:32:04 +09:00
parent d5b19549e8
commit f5c6792bec
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -40,7 +40,7 @@ const Layout = (props) => {
{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>
<Link href="https://wiki.yude.jp/service/terms"><a className="hover:underline">{tos}</a></Link>
</p>
</div>
</div>