From 608d2eb4e7a54df266e02193e830a0b316c92471 Mon Sep 17 00:00:00 2001 From: Harry Turnbull <52940497+hturnbull93@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:38:51 +0000 Subject: [PATCH] fix: make quotes on homepage clickable to their sources Closes #681 Co-Authored-By: Claude Sonnet 4.6 --- src/lib/components/QuoteContent.svelte | 12 ++++++++++-- src/lib/components/QuotesCarousel.svelte | 9 ++++++--- src/lib/types.ts | 1 + 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/lib/components/QuoteContent.svelte b/src/lib/components/QuoteContent.svelte index 004a743d..321258ba 100644 --- a/src/lib/components/QuoteContent.svelte +++ b/src/lib/components/QuoteContent.svelte @@ -4,7 +4,13 @@ export let quote: CarouselQuote -
+
{quote.text}
@@ -23,7 +29,7 @@

{quote.title}

- +