Remove space in tweets
This commit is contained in:
parent
0c56bcf7e0
commit
a326000474
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ const composeTweet = (num, stats) => {
|
|||
return `${text}`;
|
||||
};
|
||||
|
||||
const tweetHeaders = ['🔥 '];
|
||||
const tweetHeaders = ['🔥'];
|
||||
const tweetFooters = ['Más info en: https://fuegos.comunes.org/fires'];
|
||||
|
||||
const tweetFires = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue