Skip to content

Commit

Permalink
いぇs
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Feb 16, 2024
1 parent b531b95 commit c41a3ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Articles.astro
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ const sortedData = combinedData.sort(compareDates);
poster_name={article.user.id}
poster_icon_url={article.user.profile_image_url}
>
<div class="border border-1 border-gray-400 w-full h-full object-cover rounded-t-xl">
<div class="border border-1 border-gray-400 w-full h-full object-cover rounded-t-xl flex items-center content-center">
{/* items-center content-centerは余計かもしれない */}
<img src="https://cdn.qiita.com/assets/public/qiita-pwa-icon_512-4f5b031e6cb002cb865db0dd38635a78.png" class="m-auto w-14 h-14" />
</div>
</ArticleCard>);
Expand Down

0 comments on commit c41a3ac

Please sign in to comment.