From b62f95d483cf0d61130713c4fae9c58b958440d8 Mon Sep 17 00:00:00 2001 From: yude Date: Wed, 22 Dec 2021 06:28:44 +0900 Subject: [PATCH 1/2] Add links to Tor, I2P --- pages/components/Footer/Footer.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/components/Footer/Footer.js b/pages/components/Footer/Footer.js index 63124a6..b20ab5c 100644 --- a/pages/components/Footer/Footer.js +++ b/pages/components/Footer/Footer.js @@ -18,6 +18,17 @@ export default function Footer(props) {

{t('footer')} / {t('source')}

+

+ + Tor + + +  ⚫  + + + I2P + +

From 2529afa286dead5a4296253460046c4dcc92ea27 Mon Sep 17 00:00:00 2001 From: yude Date: Thu, 23 Dec 2021 18:16:55 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3ba6a..b6de5e1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Next JS TailwindCSS\ Source code of [yude.jp](https://yude.jp).\ -Built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/) and deployed on [Vercel](https://vercel.com). +Built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/) and deployed to [Cloudflare Pages](https://pages.cloudflare.com/). ## Development 1. Run `yarn` to install dependencies.