2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

Merge pull request #205 from offen/consent-art-update

update featured tweet
This commit is contained in:
Hendrik Niefeld 2022-06-20 08:04:45 +02:00 committed by GitHub
commit 8f1615a147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) { if (result && result.decisions && result.decisions.twitter) {
const blockquote = document.createElement('blockquote') const blockquote = document.createElement('blockquote')
blockquote.classList.add('twitter-tweet') blockquote.classList.add('twitter-tweet')
blockquote.innerHTML = '<a href="https://twitter.com/hioffen/status/1510854517092491270?ref_src=twsrc%5Etfw"></a>' blockquote.innerHTML = '<a href="https://twitter.com/hioffen/status/1538763973591449600?ref_src=twsrc%5Etfw"></a>'
document.querySelector('.tweet-container').appendChild(blockquote) document.querySelector('.tweet-container').appendChild(blockquote)
const script = document.createElement('script') const script = document.createElement('script')