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