mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Fix missing value
This commit is contained in:
parent
adfa4106e2
commit
f8b4f7a20a
@ -19,7 +19,7 @@ export default function About(props) {
|
||||
return (
|
||||
<Layout title={t('title')}>
|
||||
<div>
|
||||
<p className="my-2 text-3xl text-center">{title}</p>
|
||||
<p className="my-2 text-3xl text-center">{t('title')}</p>
|
||||
<div className="w-full">
|
||||
<Image
|
||||
src = "/static/images/dynmap.png"
|
||||
|
Loading…
Reference in New Issue
Block a user