From 9eb5059d7511e59fe927a6fbf4c7ef3aa0eaac3f Mon Sep 17 00:00:00 2001 From: awesome-stars <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Sep 2021 14:07:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Lint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/seo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/seo.js b/src/components/seo.js index e443398..8ac44e8 100644 --- a/src/components/seo.js +++ b/src/components/seo.js @@ -21,7 +21,7 @@ function Seo(props) { let title = site.siteMetadata.siteName - if (props.title && props.title != "") { + if (props.title && props.title != '') { title = props.title + ' - ' + title }