0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-08 23:14:30 +09:00

Fix i18n tag

This commit is contained in:
yude 2021-12-26 06:58:15 +09:00
parent 2bd3b69da1
commit 30547e3b81
Signed by: yude
GPG Key ID: EB0FE5D925C4A968

View File

@ -30,7 +30,7 @@ export default function Tos(props) {
title="相互リンク" title="相互リンク"
description="yude.jp と相互にリンクを貼っている Web サイトの一覧" description="yude.jp と相互にリンクを貼っている Web サイトの一覧"
/> />
<Layout title={t('common:mutual')}> <Layout title={t('mutual')}>
<div> <div>
{query["lang"] === 'ja' ? ( {query["lang"] === 'ja' ? (
<ReactMarkdown plugins={[gfm]}> <ReactMarkdown plugins={[gfm]}>