mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-04-05 17:33:31 -04:00
Updated streak-percentile to count all players from the last 30 days (or
all active streaks if players have a greater than 30 day streak)
This commit is contained in:
@@ -119,8 +119,7 @@
|
||||
{/if}
|
||||
{#if streakPercentile !== null}
|
||||
<p class="text-sm mt-4 text-gray-700 font-triodion">
|
||||
Only {streakPercentile}% of players have a streak of {streak}
|
||||
or greater.
|
||||
{streakPercentile <= 50 ? "Only " : ""}{streakPercentile}% of players have a streak of {streak} or greater.
|
||||
</p>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user