From a6569567d6df507f6c4d6d1152c27e22d7ff58ff Mon Sep 17 00:00:00 2001 From: Manuel Ernesto Garcia Date: Mon, 3 Oct 2022 08:56:03 -0400 Subject: [PATCH] improving SEO --- src/components/HorizontalCard.astro | 2 +- src/pages/index.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HorizontalCard.astro b/src/components/HorizontalCard.astro index c9d268d..e02db41 100644 --- a/src/components/HorizontalCard.astro +++ b/src/components/HorizontalCard.astro @@ -5,7 +5,7 @@ const { title, img, desc, url, badge, tags, target = '_blank' } = Astro.props;