Improve quote iv links

This commit is contained in:
dangered wolf 2023-08-18 16:03:45 -04:00
parent 5ff10a8d89
commit 329fe35eec
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -90,7 +90,8 @@ const generateTweet = (tweet: APITweet, isQuote = false): string => {
${ ${
isQuote isQuote
? ` ? `
<h4>Quoting <a href="${Constants.TWITTER_ROOT}/${tweet.author.screen_name}">${tweet.author.name}</a> (@${tweet.author.screen_name})</h4> <h4><a href="${tweet.url}">Quoting</a> ${tweet.author.name}
(<a href="${Constants.TWITTER_ROOT}/${tweet.author.screen_name}">@${tweet.author.screen_name}</a>)</h4>
` `
: '' : ''
} }