Skip to content

Commit

Permalink
Card.tsx の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 authored Jan 20, 2024
1 parent 50cc732 commit 536462f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Cards/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function Card({
className='-m-2'
/>
),
sizu: <Image src='/icons/sizu.jpg' alt='hatena' width={35} height={35} className='-m-2' />,
sizu: <Image src='/icons/sizu.jpg' alt='しずかなインターネット' width={35} height={35} className='-m-2' />,
none: <></>,
}[icon || 'none']

Expand Down

0 comments on commit 536462f

Please sign in to comment.