diff --git a/frontend/src/lib/components/NoteCard.svelte b/frontend/src/lib/components/NoteCard.svelte index 9b6ba62..c973084 100644 --- a/frontend/src/lib/components/NoteCard.svelte +++ b/frontend/src/lib/components/NoteCard.svelte @@ -71,11 +71,28 @@ {#if unlinked}
+ {note.content} +
+ {/if} {#if note.links && note.links.length > 0}{note.links.length} {note.links.length > 1 ? $t('adventures.links') : $t('adventures.link')}
+