diff --git a/website/src/App.svelte b/website/src/App.svelte index 52c412e..8a05f56 100644 --- a/website/src/App.svelte +++ b/website/src/App.svelte @@ -135,9 +135,9 @@ - {#if (currentTopic != null && currentTopic?.toUpperCase() == endTopic?.toUpperCase()) || (movesLeft == 0)} + {#if (currentTopic != null && currentTopic?.toUpperCase() == endTopic?.toUpperCase()) || (currentTopic?.toUpperCase().includes(endTopic?.toUpperCase())) || (movesLeft == 0)} - + {/if} {#if !hasStarted}