mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-04-05 17:33:31 -04:00
removed url from share, like wordle
This commit is contained in:
@@ -79,8 +79,7 @@ export function generateShareText(params: {
|
|||||||
const lines = [
|
const lines = [
|
||||||
`${bookEmoji} Bibdle | ${formattedDate} ${bookEmoji}`,
|
`${bookEmoji} Bibdle | ${formattedDate} ${bookEmoji}`,
|
||||||
`${guesses.length} ${guessWord},${streakPart}`,
|
`${guesses.length} ${guessWord},${streakPart}`,
|
||||||
`${emojis}${chapterStar}`,
|
`${emojis}${chapterStar}`
|
||||||
origin,
|
|
||||||
];
|
];
|
||||||
|
|
||||||
return lines.join("\n");
|
return lines.join("\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user