diff --git a/frontend/src/lib/components/SuggestionInput.svelte b/frontend/src/lib/components/SuggestionInput.svelte index 4e28cb7..8cc5a9a 100644 --- a/frontend/src/lib/components/SuggestionInput.svelte +++ b/frontend/src/lib/components/SuggestionInput.svelte @@ -13,7 +13,9 @@ } -
No suggestions yet! Try to add a new one using the Add button
+No suggestions yet! Try to add a new one using the Add button
{/if} {#each suggestions as sug, idx} -