From 6361182244354715f10fe2e65da51abba634a473 Mon Sep 17 00:00:00 2001 From: -akku- <151517253+akku1139@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:11:56 +0900 Subject: [PATCH] drop-shadow-xl --- src/components/ArticleCard.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ArticleCard.astro b/src/components/ArticleCard.astro index 9f18c09..2f91bca 100644 --- a/src/components/ArticleCard.astro +++ b/src/components/ArticleCard.astro @@ -18,14 +18,14 @@ const { title, link, poster_name, poster_icon_url, tag, thumb_bg }: Props = Astr --- -
+
{(tag !== undefined) &&
{tag.text}
}
-
+

{title}