added hashtag for that day's word

This commit is contained in:
Andrzej Stepien 2023-08-09 15:48:55 +02:00
parent 3d356c00d0
commit 1281231487
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ for (const meaning of meanings) {
} }
meaningsText = meaningsText+"</small>" meaningsText = meaningsText+"</small>"
let postScript = "#writing #microfiction #vss" let postScript = "#writing #microfiction #vss #"+word
return text+meaningsText+postScript return text+meaningsText+postScript
} }