diff --git a/src/components/SocialBadge/index.tsx b/src/components/SocialBadge/index.tsx index 79f05ba..801ba0d 100644 --- a/src/components/SocialBadge/index.tsx +++ b/src/components/SocialBadge/index.tsx @@ -15,7 +15,7 @@ export const SocialBadge: React.FC = ({title, link, imagePath} return ( - {imagePath?():null} + {imagePath?():null}
{title}
)