From 8b8e60325021a4f1157ccf351705baf79f6c4923 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Tue, 4 Oct 2022 22:43:50 -0700 Subject: [PATCH] Adjust title tag to only have one text node (no internal spaces) --- web/components/SEO.tsx | 2 +- web/pages/_app.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/SEO.tsx b/web/components/SEO.tsx index 2c9327ec..6071a557 100644 --- a/web/components/SEO.tsx +++ b/web/components/SEO.tsx @@ -15,7 +15,7 @@ export function SEO(props: { return ( - {title} | Manifold Markets + {`${title} | Manifold Markets`} ) { `} - Manifold Markets — A market for every question + {'Manifold Markets — A market for every question'}