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

update featured tweet

This commit is contained in:
Hendrik Niefeld 2022-06-20 08:04:09 +02:00
parent a5308beeab
commit ff5ea51327

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) {
const blockquote = document.createElement('blockquote')
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)
const script = document.createElement('script')