From ff5ea51327314654d1fe3bdff82c76bd8874c6a8 Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Mon, 20 Jun 2022 08:04:09 +0200 Subject: [PATCH] update featured tweet --- homepage/content/articles/0230-consent-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')