Skip to content

Commit

Permalink
fix: tweet embed code
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jun 4, 2024
1 parent dc9de3a commit d36f3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Proposed [Twitter (X) community notes](https://x.com/i/communitynotes/download-d
return data;
}
content = row['tweet'] ? row['tweet'] : '';
return '<blockquote class="twitter-tweet">' + content + '<a href="https://x.com/_/status/' + data + '"></a></blockquote>';
return '<blockquote class="twitter-tweet">' + content + '<a href="https://twitter.com/_/status/' + data + '"></a></blockquote>';
}
},
{
Expand Down

0 comments on commit d36f3fc

Please sign in to comment.