mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-21 19:50:10 +09:00
Fix i18n tag
This commit is contained in:
parent
2bd3b69da1
commit
30547e3b81
@ -30,7 +30,7 @@ export default function Tos(props) {
|
||||
title="相互リンク"
|
||||
description="yude.jp と相互にリンクを貼っている Web サイトの一覧"
|
||||
/>
|
||||
<Layout title={t('common:mutual')}>
|
||||
<Layout title={t('mutual')}>
|
||||
<div>
|
||||
{query["lang"] === 'ja' ? (
|
||||
<ReactMarkdown plugins={[gfm]}>
|
||||
|
Loading…
Reference in New Issue
Block a user