mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Run prettier again
This commit is contained in:
parent
71a2c23dc2
commit
4a53a760e6
2 changed files with 4 additions and 3 deletions
|
@ -34,7 +34,8 @@ const populateTweetProperties = async (
|
|||
apiTweet.author = {
|
||||
name: name,
|
||||
screen_name: screenName,
|
||||
avatar_url: (user?.profile_image_url_https || '').replace('_normal', '_200x200') || '',
|
||||
avatar_url:
|
||||
(user?.profile_image_url_https || '').replace('_normal', '_200x200') || '',
|
||||
avatar_color: colorFromPalette(
|
||||
tweet.user?.profile_image_extensions_media_color?.palette || []
|
||||
),
|
||||
|
|
|
@ -28,7 +28,7 @@ export const Strings = {
|
|||
███ ███ ███ ███ ███ ▐█████████▌ ▐████ ▐████ ▐████
|
||||
███
|
||||
███ A better Tweet embedding service
|
||||
███ by @dangeredwolf, et al.
|
||||
███ by dangered wolf, et al.
|
||||
|
||||
--><head>{headers}</head>
|
||||
<!-- Worker build ${RELEASE_NAME} -->`,
|
||||
|
@ -115,7 +115,7 @@ This is caused by Twitter API downtime or a new bug. Try again in a little while
|
|||
</head>
|
||||
<body>
|
||||
<h1>${BRANDING_NAME}</h1>
|
||||
<h3>A better Tweet embedding service, by <a href="https://twitter.com/dangeredwolf">@dangeredwolf</a>, et al.</h2>
|
||||
<h3>A better Tweet embedding service, by dangered wolf, et al.</h2>
|
||||
<h2>Worker release: ${RELEASE_NAME}</h2>
|
||||
<br>
|
||||
<h3>Stats for nerds:</h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue