From 1aa91543fedfd18024fccdd84d4cfe50a6ca9866 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 7 Feb 2025 00:01:09 +0300 Subject: [PATCH] fix: outgoing link should always have squiggy and underline regardless of prose --- src/components/note.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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