Skip to content

Commit 37e156b

Browse files
committed
fix: small tweak to y gap of icons
1 parent f68a1d0 commit 37e156b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MaintainerCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function MaintainerSocialLinks({ maintainer }: { maintainer: Maintainer }) {
181181
})
182182

183183
return (
184-
<div className="flex flex-wrap items-center gap-x-2 sm:gap-x-4 gap-y-1 sm:gap-y-2 text-gray-400 dark:text-gray-500 pt-1">
184+
<div className="flex flex-wrap items-center gap-x-2 sm:gap-x-4 gap-y-2 text-gray-400 dark:text-gray-500 pt-1">
185185
{links}
186186
</div>
187187
)

0 commit comments

Comments
 (0)