mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Higher quality pfp inside Instant View
This commit is contained in:
parent
1c7d761d91
commit
378a4a2e5f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ const generateTweet = (tweet: APITweet, isQuote = false): string => {
|
|||
${
|
||||
!isQuote
|
||||
? `<table>
|
||||
<img src="${tweet.author.avatar_url}" alt="${tweet.author.name}'s profile picture" />
|
||||
<img src="${tweet.author.avatar_url?.replace('_200x200', '_400x400')}" alt="${tweet.author.name}'s profile picture" />
|
||||
<h2>${tweet.author.name}</h2>
|
||||
<p>@${tweet.author.screen_name}</p>
|
||||
<p>${getSocialTextIV(tweet)}</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue