From 3cfebfe1054efd3ffe031de5d46c88b31a591ffb Mon Sep 17 00:00:00 2001 From: -akku- <151517253+akku1139@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:18:31 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=BE=8C=E3=82=B3=E3=83=9F=E3=83=83?= =?UTF-8?q?=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Articles.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Articles.astro b/src/components/Articles.astro index df2aec7..b96c7d8 100644 --- a/src/components/Articles.astro +++ b/src/components/Articles.astro @@ -76,7 +76,7 @@ console.log(sortedData); { sortedData.map((article: (ZennArticle | NoteArticle | QiitaArticle)) => { if(article.site === "zenn") { - ({article.emoji}} @@ -85,7 +85,7 @@ console.log(sortedData); tag={(article.article_type === "idea" ? {text: "IDEA", bg: "bg-violet-500"} : {text: "TECH", bg: "bg-blue-200"})} />); } else if(article.site === "note") { - (} @@ -93,7 +93,7 @@ console.log(sortedData); poster_icon_url={article.user.profile_image_path} />); } else if(article.site === "qiita") { - (}