Skip to content

Commit

Permalink
fix(cbking): hide stats colon in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Th1nkK1D authored Jun 15, 2024
1 parent a7af09a commit 0c40b49
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
class="flex gap-1 whitespace-nowrap break-words text-gray-400 md:mb-2 md:text-right md:text-xl {$$restProps.class}"
>
{#if activeTimeIndex >= 0}
<span class="font-bold text-gray-800">{timeScale[activeTimeIndex]}'</span>
<span class="font-bold text-gray-800">{timeScale[activeTimeIndex]}' : </span>
{/if}
{#if isShowingStats}
:
<span class="text-green-600"><b>{wins}</b>W</span> +
<span class="text-blue-500"><b>{draws}</b>D</span> +
<span class="text-red-400"><b>{losses}</b>L</span> =
Expand Down

0 comments on commit 0c40b49

Please sign in to comment.