From 81051c919f4ce9e5f11dcddb596fcd0f74d50c0f Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 13 Sep 2024 20:00:49 +0200 Subject: [PATCH] chore: add more umami event links --- src/components/AmazonBook.astro | 5 +++-- src/components/DownloadLink.astro | 2 +- src/components/Link.astro | 1 + src/components/NetflixFlag.astro | 1 + src/components/PrimeVideoFlag.astro | 1 + src/components/ProductLink.astro | 1 + 6 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/AmazonBook.astro b/src/components/AmazonBook.astro index 0b405b5..9ffe503 100644 --- a/src/components/AmazonBook.astro +++ b/src/components/AmazonBook.astro @@ -15,9 +15,10 @@ const amazonImageUrl = `https://images-na.ssl-images-amazon.com/images/P/${asin} --- diff --git a/src/components/DownloadLink.astro b/src/components/DownloadLink.astro index e301273..8860f60 100644 --- a/src/components/DownloadLink.astro +++ b/src/components/DownloadLink.astro @@ -11,7 +11,7 @@ interface Props { const { href, text, ...props } = Astro.props; --- - + {text}