mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-02-04 10:54:44 -05:00
better consistency on guesses table
This commit is contained in:
@@ -52,14 +52,14 @@
|
|||||||
<td
|
<td
|
||||||
class="p-3 sm:p-4 md:p-6 text-sm sm:text-base md:text-lg"
|
class="p-3 sm:p-4 md:p-6 text-sm sm:text-base md:text-lg"
|
||||||
>
|
>
|
||||||
{guess.testamentMatch ? "✅" : "🟥"}
|
{guess.testamentMatch ? "✅" : "❌"}
|
||||||
{guess.book.testament.charAt(0).toUpperCase() +
|
{guess.book.testament.charAt(0).toUpperCase() +
|
||||||
guess.book.testament.slice(1).toLowerCase()}
|
guess.book.testament.slice(1).toLowerCase()}
|
||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
class="p-3 sm:p-4 md:p-6 text-sm sm:text-base md:text-lg"
|
class="p-3 sm:p-4 md:p-6 text-sm sm:text-base md:text-lg"
|
||||||
>
|
>
|
||||||
{guess.sectionMatch ? "✅" : "🟥"}
|
{guess.sectionMatch ? "✅" : "❌"}
|
||||||
{guess.adjacent ? "‼️ " : ""}{guess.book.section}
|
{guess.adjacent ? "‼️ " : ""}{guess.book.section}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user