From 02f11611ba6c4d9271f2defbc07bb3117cbc05d3 Mon Sep 17 00:00:00 2001 From: AlexisCK Date: Mon, 1 Feb 2021 15:57:28 +0100 Subject: [PATCH] fix(seo): Replaces h1 tags with spans --- src/components/consent-modal.js | 2 +- src/components/consent-notice.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/consent-modal.js b/src/components/consent-modal.js index 062e40a3..259eef77 100644 --- a/src/components/consent-modal.js +++ b/src/components/consent-modal.js @@ -32,7 +32,7 @@ export default class ConsentModal extends React.Component { } -

{t(['consentModal', 'title'])}

+ {t(['consentModal', 'title'])}

{manager.changed && (config.mustConsent || config.noNotice) &&

diff --git a/src/components/consent-notice.js b/src/components/consent-notice.js index d63dba23..684c8d43 100644 --- a/src/components/consent-notice.js +++ b/src/components/consent-notice.js @@ -32,7 +32,7 @@ export default class ConsentNotice extends React.Component {

{title && -

{title}

+ {title} }