mirror of
https://github.com/yude-jp/yude.jp
synced 2025-10-13 03:38:36 +09:00
Delete unused translations
This commit is contained in:
@@ -15,10 +15,6 @@ export default function Index(props) {
|
||||
const router = useRouter()
|
||||
const { locale, locales, defaultLocale, pathname } = router
|
||||
const { t, lang } = useTranslation("index")
|
||||
// Define translation objects
|
||||
const welcome = t('welcome')
|
||||
const instead_1 = t('instead_1')
|
||||
const instead_2 = t('instead_2')
|
||||
|
||||
return (
|
||||
|
||||
|
@@ -13,8 +13,8 @@ export default function About(props) {
|
||||
|
||||
<Layout title="ホーム">
|
||||
<Navbar />
|
||||
<div className="my-9">
|
||||
<p>まだできてないわね・・・</p>
|
||||
<div className="my-9 mx-8">
|
||||
<h1 className="text-left">yude について</h1>
|
||||
</div>
|
||||
|
||||
</Layout>
|
||||
|
Reference in New Issue
Block a user