From 80ea0fc1e633f092ae02eb2999b4fae860b2e86e Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 18 Jul 2024 21:28:40 +0530 Subject: [PATCH] fix: formatting Signed-off-by: Jay --- apps/site/components/Icons/Social/LinkedIn.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/site/components/Icons/Social/LinkedIn.tsx b/apps/site/components/Icons/Social/LinkedIn.tsx index c9fb9cddac42..c62c4a97e6dd 100644 --- a/apps/site/components/Icons/Social/LinkedIn.tsx +++ b/apps/site/components/Icons/Social/LinkedIn.tsx @@ -1,9 +1,16 @@ import type { FC, SVGProps } from 'react'; const LinkedIn: FC> = props => ( - - - + + + ); export default LinkedIn;