diff --git a/src/components/note.svelte b/src/components/note.svelte index 6941878..ab51077 100644 --- a/src/components/note.svelte +++ b/src/components/note.svelte @@ -61,6 +61,6 @@ {#if note.hasQuote}{/if} {#each note.outgoingLinks ?? [] as {name, link}} {@const color = outgoingLinkColors[name]} -{name} +{name} {/each} \ No newline at end of file