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

@@ -12,17 +12,19 @@
class="flex flex-col items-center justify-center bg-white/50 backdrop-blur-sm px-4 py-4 rounded-2xl border border-white/50 shadow-sm flex-1 text-center"
>
<p
class="text-4xl font-triodion font-black text-orange-500 leading-none tabular-nums"
class="text-5xl font-triodion font-black text-orange-500 leading-none tabular-nums"
>
{streak}
</p>
<p
class="text-xs uppercase tracking-[0.2em] text-gray-500 font-bold mt-1 leading-tight"
class="text-xs uppercase justify-center tracking-widest text-gray-500 font-triodion font-bold py-2 leading-tight"
>
day{streak === 1 ? "" : "s"}<br />in a row
day{streak === 1 ? "" : "s"} in a row
</p>
{#if streakPercentile !== null && streakPercentile <= 50}
<p class="text-xs text-gray-700 font-semibold mt-2">
<p
class="text-xs text-black w-full tracking-widest uppercase font-semibold border-t border-t-stone-400 pt-2"
>
Top {streakPercentile}%
</p>
{/if}