Higher quality pfp inside Instant View

This commit is contained in:
dangered wolf 2023-08-18 05:31:19 -04:00
parent 1c7d761d91
commit 378a4a2e5f
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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>