From 9df4969ac5d05af0d0ada6f217450710d12bf017 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 16:47:40 -0400 Subject: [PATCH] Add sublinks for web links --- source/src/components/search/WebLink.astro | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/source/src/components/search/WebLink.astro b/source/src/components/search/WebLink.astro index 0874bd1..54b37d9 100644 --- a/source/src/components/search/WebLink.astro +++ b/source/src/components/search/WebLink.astro @@ -3,7 +3,7 @@ const { Title, Description, - Link + Link, } = Astro.props --- @@ -13,9 +13,12 @@ const {

{Link}

{Description}

+ - \ No newline at end of file