Skip to content

Commit

Permalink
Remove and add Cards in Cards.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 19, 2024
1 parent 4c44823 commit d0eb11b
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/app/components/Cards/Cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ export default function Cards({ className }: { className?: string }) {
icon='github'
/>

<Card
title='walnuts | しずかなインターネット'
theme={pinkskyTheme}
href='https://sizu.me/walnuts'
icon='sizu'
/>
<Card
title='walnuts1018/wakatime-to-slack'
theme={githubTheme}
Expand All @@ -76,6 +70,19 @@ export default function Cards({ className }: { className?: string }) {
href='https://x.com/walnuts1018/status/1707774804466823674?s=20'
description='DIGI-CON HACKATHON 2023でジャンプ+賞をいただきました。'
/>
<Card
title='walnuts1018/OpenChokin'
theme={githubTheme}
href='https://github.com/walnuts1018/OpenChokin'
icon='github'
description='【開発中】貯金を公開するサービスです。 / 鴨川ハッカソンで優秀賞をいただきました。'
/>
<Card
title='walnuts | しずかなインターネット'
theme={pinkskyTheme}
href='https://sizu.me/walnuts'
icon='sizu'
/>
</div>
</div>
)
Expand Down

0 comments on commit d0eb11b

Please sign in to comment.