fix(429): our nitter instance it too populated, switch defaults until instance bounce handling. fix(styling): use checkmark in config.
This commit is contained in:
parent
695a3bd0ee
commit
430fb350c1
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ const nitter = async (instance, url) => {
|
|||
|
||||
const card = (tweet, base, check, path) =>
|
||||
`<a href="${base}/${tweet.handle.replace(/^@/, '')}"><b>${tweet.name}</b></a> ` +
|
||||
(tweet.check ? check : '') +
|
||||
(tweet.check ? `${check} ` : '') +
|
||||
`<a href="${base}${path}"><b>${tweet.date}</b></a> ` +
|
||||
`<span>🗨️ ${tweet.stats.replies}</span> ` +
|
||||
`<span>🔁 ${tweet.stats.retweets}</span> ` +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue