From 5fdd98631748e5f01ea0f408b10c25fd9ababcf9 Mon Sep 17 00:00:00 2001 From: jspark2000 Date: Thu, 2 May 2024 17:58:34 +0000 Subject: [PATCH] fix(fe): change mailfilled icon --- apps/frontend/app/(main)/_components/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/app/(main)/_components/Footer.tsx b/apps/frontend/app/(main)/_components/Footer.tsx index 08bdb20e9d..d73966df1c 100644 --- a/apps/frontend/app/(main)/_components/Footer.tsx +++ b/apps/frontend/app/(main)/_components/Footer.tsx @@ -3,7 +3,7 @@ import { IoIosLink } from 'react-icons/io' import { RiGithubFill } from 'react-icons/ri' import { RiKakaoTalkFill } from 'react-icons/ri' -import { TbMailFilled } from 'react-icons/tb' +import { TbMail } from 'react-icons/tb' import { toast } from 'sonner' export default function Footer() { @@ -33,7 +33,7 @@ export default function Footer() { size="27" /> -