Remove link to Tor & I2P from footer

This commit is contained in:
yude 2021-12-26 10:34:05 +09:00
parent f0cf3729a0
commit 5531b3a3bf
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
1 changed files with 0 additions and 11 deletions

View File

@ -18,17 +18,6 @@ export default function Footer(props) {
<p className="text-sm font-bold mb-2">
{t('footer')} / <Link href="https://github.com/yudejp/yude.jp"><a className="hover:underline">{t('source')}</a></Link>
</p>
<p>
<span>
<Link href="yude3mzscyufx5u3zup72ium7tgecy3bd67p7t6vqhaywvr7e2gqpcqd.onion"><a className="hover:underline">Tor</a></Link>
</span>
<span className="text-xs">
&nbsp;&#9899;&nbsp;
</span>
<span>
<Link href="http://yudejp.i2p/?i2paddresshelper=55ivoba6mo3mqlwvw5lqz7lchxqew2kh77kwkn5shefrj2dp3coq.b32.i2p"><a className="hover:underline">I2P</a></Link>
</span>
</p>
</div>
</div>
</div>