We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98379fb commit 6f47b56Copy full SHA for 6f47b56
src/components/SocialListItem.tsx
@@ -38,7 +38,9 @@ const SocialListItem = ({
38
const Icon = icons[socialIcon]
39
return (
40
<div className={cn("flex w-full items-center px-0 py-2", className)}>
41
- <Icon className={cn("size-10 pe-3", socialColorClasses[socialIcon])} />
+ <Icon
42
+ className={cn("size-10 shrink-0 pe-3", socialColorClasses[socialIcon])}
43
+ />
44
<div className="font-normal italic">{children}</div>
45
</div>
46
)
0 commit comments