From ede23194de1b53983aaca935d4716c5beb065711 Mon Sep 17 00:00:00 2001 From: DrMint Date: Thu, 9 Jun 2022 20:53:37 +0200 Subject: [PATCH] Fixed default description --- src/components/AppLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index 8bf009a..786d68f 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -119,7 +119,7 @@ export function AppLayout(props: Immutable): JSX.Element { const metaTitle = `${titlePrefix} - ${ogTitle}`; - const metaDescription = description ?? langui.default_description ?? ""; + const metaDescription = description ? description : langui.default_description ?? ""; useEffect(() => { document.getElementsByTagName("html")[0].style.fontSize = `${