Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit e66f963

Browse files
committed
fix: grouped social icons
1 parent d4706f7 commit e66f963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/list/Item.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function Item({ data }) {
4848
<FontAwesomeIcon
4949
icon={socialIcon(badge.icon)}
5050
label={badge.icon}
51-
className="h-6 w-6 rounded-full bg-gray-50 ring-2 ring-white p-2"
51+
className="h-6 w-6 rounded-full bg-gray-50 ring-2 ring-white"
5252
style={{ height: 25, width: 25 }}
5353
/>
5454
</dd>

0 commit comments

Comments
 (0)