diff --git a/frontend/src/routes/search.svelte b/frontend/src/routes/search.svelte index d2dc9a2..5f2cd6d 100644 --- a/frontend/src/routes/search.svelte +++ b/frontend/src/routes/search.svelte @@ -69,29 +69,46 @@ {#if resp_data} -
- {#each resp_data.hits as quiz} -
- - + {/each} +
+ {:else} +
+

There is nothing here...

+
+
+

+ Not finding what you are looking for? Search on KAHOOT! + and Import it! +

+
+ {/if} {/if}