Adjust title tag to only have one text node (no internal spaces)

This commit is contained in:
Marshall Polaris 2022-10-04 22:43:50 -07:00
parent 1f247416e8
commit 8b8e603250
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export function SEO(props: {
return ( return (
<Head> <Head>
<title>{title} | Manifold Markets</title> <title>{`${title} | Manifold Markets`}</title>
<meta <meta
property="og:title" property="og:title"

View File

@ -42,7 +42,7 @@ function MyApp({ Component, pageProps }: AppProps<ManifoldPageProps>) {
`} `}
</Script> </Script>
<Head> <Head>
<title>Manifold Markets A market for every question</title> <title>{'Manifold Markets — A market for every question'}</title>
<meta <meta
property="og:title" property="og:title"