From 378a4a2e5f5dbf1b830c5edf683254fdc2230a25 Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Fri, 18 Aug 2023 05:31:19 -0400 Subject: [PATCH] Higher quality pfp inside Instant View --- src/render/instantview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/instantview.ts b/src/render/instantview.ts index f716aff..b8a94b4 100644 --- a/src/render/instantview.ts +++ b/src/render/instantview.ts @@ -80,7 +80,7 @@ const generateTweet = (tweet: APITweet, isQuote = false): string => { ${ !isQuote ? ` - ${tweet.author.name}'s profile picture + ${tweet.author.name}'s profile picture

${tweet.author.name}

@${tweet.author.screen_name}

${getSocialTextIV(tweet)}