From 3f50abae1dd852e883ea41204bc2539c0d19ef95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 17 Oct 2022 20:56:31 +0400 Subject: [PATCH] Fix title error --- components/head-layout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/head-layout.js b/components/head-layout.js index 63a42ee..e471b3b 100644 --- a/components/head-layout.js +++ b/components/head-layout.js @@ -19,7 +19,7 @@ export default function HeadLayout({ return (
- #OKi | {title ? title : 'Organisation KA Internationale'} + {`${title ? `#OKi | ${title}` : '#OKi | Organisation KA Internationale'}`}