mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Improve quote iv links
This commit is contained in:
parent
5ff10a8d89
commit
329fe35eec
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
`
|
`
|
||||||
: ''
|
: ''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue