0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-12-16 20:54:17 +09:00
This commit is contained in:
2021-05-21 18:50:24 +09:00
parent e76d06ce0a
commit fde368d833
3 changed files with 4 additions and 11 deletions

View File

@@ -11,11 +11,6 @@ const Layout = (props) => {
const siteTitle = "yude.jp"
const router = useRouter()
const { locale, locales, defaultLocale, pathname } = router
const { t, lang } = useTranslation("common")
const footer = t('footer')
const source = t('source')
const tos = t('tos')
const [isMounted, setIsMounted] = useState(false);
const { theme, setTheme } = useTheme();

View File

@@ -41,7 +41,6 @@ const Layout = (props) => {
</p>
<p className="text-sm font-bold mb-2">
<Link href="https://scrapbox.io/yude/yude.jp_%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9%E5%88%A9%E7%94%A8%E8%A6%8F%E7%B4%84"><a className="hover:underline">{tos}</a></Link>
</p>
</div>
</div>