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

Change link

This commit is contained in:
2021-05-09 22:27:19 +09:00
parent f5c6792bec
commit bd8578994e
2 changed files with 2 additions and 2 deletions

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/service/terms"><a className="hover:underline">{tos}</a></Link>
<Link href="https://scrapbox.io/yude/tos"><a className="hover:underline">{tos}</a></Link>
</p>
</div>
</div>