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;
- + {title}

{title} diff --git a/src/pages/index.astro b/src/pages/index.astro index c78966f..6417000 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -23,7 +23,7 @@ const last_posts = posts.slice(0, 3);