diff --git a/src/components/Articles.astro b/src/components/Articles.astro index c7b1ef6..d03f70e 100644 --- a/src/components/Articles.astro +++ b/src/components/Articles.astro @@ -107,7 +107,7 @@ const sortedData = combinedData.sort(compareDates); poster_name={article.user.id} poster_icon_url={article.user.profile_image_url} > -