Skip to content

Commit

Permalink
Add new Card component for Wakatime to Slack integration
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 19, 2024
1 parent 296c4b7 commit 36a5ac6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/components/Cards/Cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ export default function Cards({ className }: { className?: string }) {
href='https://sizu.me/walnuts'
icon='sizu'
/>
<Card
title='walnuts1018/wakatime-to-slack'
theme={githubTheme}
href='https://github.com/walnuts1018/wakatime-to-slack-profile'
icon='github'
description='Wakatimeから今書いている言語をリアルタイムで取得し、Slackのステータスに反映します。'
/>
</div>
</div>
)
Expand Down

0 comments on commit 36a5ac6

Please sign in to comment.