mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Unmark Instant View as a beta feature
This commit is contained in:
parent
17d0e2c125
commit
3e4e0ea890
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ export const renderInstantView = (properties: RenderProperties): ResponseInstruc
|
||||||
} <a href="${tweet.url}">View original post</a>
|
} <a href="${tweet.url}">View original post</a>
|
||||||
</section>
|
</section>
|
||||||
<article>
|
<article>
|
||||||
<sub>Instant View (✨ Beta) - <a href="${tweet.url}">View original</a></sub>
|
<sub><a href="${tweet.url}">View original</a></sub>
|
||||||
<h1>${tweet.author.name} (@${tweet.author.screen_name})</h1>
|
<h1>${tweet.author.name} (@${tweet.author.screen_name})</h1>
|
||||||
|
|
||||||
${generateTweet(tweet)}
|
${generateTweet(tweet)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue