diff --git a/src/lib/components/GamePrompt.svelte b/src/lib/components/GamePrompt.svelte new file mode 100644 index 0000000..eb2e9a6 --- /dev/null +++ b/src/lib/components/GamePrompt.svelte @@ -0,0 +1,41 @@ + + +
+ {promptText} +
diff --git a/src/lib/components/GuessesTable.svelte b/src/lib/components/GuessesTable.svelte index 16665df..d5a88b9 100644 --- a/src/lib/components/GuessesTable.svelte +++ b/src/lib/components/GuessesTable.svelte @@ -1,7 +1,6 @@ -{#if !hasGuesses} -- Guess what book of the bible you think the verse is from. You will - get clues to help you after each guess. -
-- {#if bannerIsIndigo} - Testament & section groups now visible - {:else} - Old & New Testament groups now visible - {/if} -
++ {#if bannerIsIndigo} + Testament & section groups now visible + {:else} + Old & New Testament groups now visible + {/if} +
{/if}+ No books found +
+ {/if}