Skip to content

Commit 70086a6

Browse files
committed
remove redundant props
1 parent 8550715 commit 70086a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/about/_sections/about/components/SocialLinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SocialLinks = () => {
3030
aria-label="Zennプロフィールを開く"
3131
className="rounded-full bg-slate-200 p-2.5 text-[#3EA8FF] hover:bg-slate-300 border border-slate-300 transition"
3232
>
33-
<SiZenn size={28} color="#3EA8FF" />
33+
<SiZenn size={28} />
3434
</a>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)