Fixed default description
This commit is contained in:
parent
97c8670924
commit
ede23194de
|
@ -119,7 +119,7 @@ export function AppLayout(props: Immutable<Props>): JSX.Element {
|
||||||
|
|
||||||
const metaTitle = `${titlePrefix} - ${ogTitle}`;
|
const metaTitle = `${titlePrefix} - ${ogTitle}`;
|
||||||
|
|
||||||
const metaDescription = description ?? langui.default_description ?? "";
|
const metaDescription = description ? description : langui.default_description ?? "";
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
document.getElementsByTagName("html")[0].style.fontSize = `${
|
document.getElementsByTagName("html")[0].style.fontSize = `${
|
||||||
|
|
Loading…
Reference in New Issue