diff --git a/frontend/src/routes/search/Search.svelte b/frontend/src/routes/search/Search.svelte index 9883aaf1..f1fd1813 100644 --- a/frontend/src/routes/search/Search.svelte +++ b/frontend/src/routes/search/Search.svelte @@ -236,23 +236,6 @@ {/if} -{#if notes} -
- - {t('notes')} - - -
-{/if} {#if times}
@@ -308,3 +291,20 @@
{/if} +{#if notes} +
+ + {t('notes')} + + +
+{/if}