diff --git a/homepage/content/articles/0230-consent-tool.md b/homepage/content/articles/0230-consent-tool.md index c517406..1c16952 100644 --- a/homepage/content/articles/0230-consent-tool.md +++ b/homepage/content/articles/0230-consent-tool.md @@ -73,7 +73,7 @@ Well, we have developed a tool for these needs. Say hello and give it a try. We if (result && result.decisions && result.decisions.twitter) { const blockquote = document.createElement('blockquote') blockquote.classList.add('twitter-tweet') - blockquote.innerHTML = '' + blockquote.innerHTML = '' document.querySelector('.tweet-container').appendChild(blockquote) const script = document.createElement('script')