mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Compare commits
2 Commits
2206cf2526
...
ff5247999e
Author | SHA1 | Date | |
---|---|---|---|
ff5247999e | |||
c7eda1347a |
@ -1,4 +1,5 @@
|
||||
{
|
||||
"footer": "This page is licensed under the MIT License.",
|
||||
"source": "Source code"
|
||||
"source": "Source code",
|
||||
"tos": "yude.jp Terms of Service"
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"footer": "このページは MIT License の下でライセンスされています。",
|
||||
"source": "ソースコード"
|
||||
"source": "ソースコード",
|
||||
"tos": "yude.jp サービス利用規約"
|
||||
}
|
@ -14,6 +14,7 @@ const Layout = (props) => {
|
||||
const { t, lang } = useTranslation("common")
|
||||
const footer = t('footer')
|
||||
const source = t('source')
|
||||
const tos = t('tos')
|
||||
return (
|
||||
<div className="page">
|
||||
<Head>
|
||||
@ -38,6 +39,9 @@ const Layout = (props) => {
|
||||
<p className="text-sm font-bold mb-2 text-gray-400">
|
||||
{footer} / <Link href="https://github.com/yudemoe/yude.jp"><a className="hover:underline">{source}</a></Link>
|
||||
</p>
|
||||
<p className="text-sm font-bold mb-2 text-gray-400">
|
||||
<Link href="https://wiki.yude.jp/terms"><a className="hover:underline">{tos}</a></Link>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user