made home title react to locale
This commit is contained in:
parent
a2db39e1fe
commit
63ab00614e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ const PostList = () => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>pomp | Home</title>
|
<title>pomp | {globalState.locale == "en" ? "Home" : "홈"}</title>
|
||||||
|
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta
|
<meta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue