From bba116813867e4846ff7ff17d005a9485ab3098d Mon Sep 17 00:00:00 2001 From: "Shankar D. Warang" Date: Sat, 2 Dec 2023 21:24:12 +0530 Subject: [PATCH] prettier --- components/layout/footer/footer-social.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/footer/footer-social.tsx b/components/layout/footer/footer-social.tsx index cbdd45f..d61531a 100644 --- a/components/layout/footer/footer-social.tsx +++ b/components/layout/footer/footer-social.tsx @@ -44,7 +44,7 @@ const SOCIAL_LINKS = { export const FooterSocial = () => { const linkEntries = Object.entries(SOCIAL_LINKS); return ( -
+
{linkEntries.map(([key, linkData]) => { const Icon = linkData.icon; if (key === 'Matrix') { @@ -92,4 +92,4 @@ export const FooterSocial = () => { })}
); -}; \ No newline at end of file +};