Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Feb 21, 2024
1 parent 5d87eb4 commit 684462b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Articles.astro
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const sortedData = combinedData.sort(compareDates).slice(0, 15);
}
</div>

<div class="flex bg-blue-200 border border-1 border-gray-400 m-2 items-center">
<div class="flex text-center">
<ServiceIcon name="Zenn Publication" link="https://zenn.dev/p/trans" imgSrc={zennIcon} />
<ServiceIcon name="note マガジン" link="https://note.com/kombumori/m/me3717a077c16" imgSrc={noteIcon} />
<ServiceIcon name="Qiita Organization" link="https://qiita.com/organizations/trans-dev" imgSrc="https://cdn.qiita.com/assets/public/qiita-pwa-icon_512-4f5b031e6cb002cb865db0dd38635a78.png" />
Expand Down

0 comments on commit 684462b

Please sign in to comment.