diff --git a/package.json b/package.json index 60956e9..9a9cb85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "binary-quiz-frontend", - "version": "0.0.3", + "version": "0.0.4", "author": "Zev Averbach (https://averba.ch)", "license": "MIT", "scripts": { diff --git a/src/App.svelte b/src/App.svelte index b4db6e8..279f64d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,13 +1,11 @@

Binary Quiz!

{#if ($activeQuiz)} - {:else} diff --git a/src/components/Problem.svelte b/src/components/Problem.svelte index c7d3d19..3e5ed19 100644 --- a/src/components/Problem.svelte +++ b/src/components/Problem.svelte @@ -1,20 +1,21 @@ {#if displaySummary}
Congratulations, you've completed {$num_problems} {$bits}-bit problems!
- + Go back to home screen. {:else} +