removed verse snippet from share

This commit is contained in:
George Powell
2026-02-26 00:52:00 -05:00
parent a5cf248e29
commit f3c9feaf97
3 changed files with 17 additions and 13 deletions

View File

@@ -103,7 +103,7 @@
>
<div class="flex flex-col gap-3">
<p class="text-2xl sm:text-3xl md:text-4xl leading-tight">
{congratulationsMessage} The verse is from<br />
{congratulationsMessage} The verse is from
<span class="font-black font-triodion text-3xl md:text-4xl"
>{bookName}</span
>.
@@ -112,11 +112,13 @@
You guessed correctly after {guessCount}
{guessCount === 1 ? "guess" : "guesses"}.
</p>
{#if streak >= 7}
<p class="text-gray-700! big-text">
Thank you for making Bibdle part of your daily routine!
<!-- {#if streak >= 7}
<p
class="italic tracking-wider px-8 font-semibold text-gray-500"
>
Thank you for making BIBDLE part of your daily routine!
</p>
{/if}
{/if} -->
</div>
</Container>